Make apt skip grabbing translations
It's a little thing probably, but one less thing to download is always good. Change-Id: I2e2e64efcc4181506b82f671757ad345ce4b3884
This commit is contained in:
parent
8bb8274841
commit
148a2a721a
1
modules/openstack_project/files/90no-translations
Normal file
1
modules/openstack_project/files/90no-translations
Normal file
@ -0,0 +1 @@
|
||||
Acquire::Languages "none";
|
@ -140,6 +140,14 @@ class openstack_project::base(
|
||||
replace => true,
|
||||
}
|
||||
|
||||
file { '/etc/apt/apt.conf.d/90no-translations':
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0444',
|
||||
source => 'puppet:///modules/openstack_project/90no-translations',
|
||||
replace => true,
|
||||
}
|
||||
|
||||
file { '/etc/apt/preferences.d/00-puppet.pref':
|
||||
ensure => present,
|
||||
owner => 'root',
|
||||
|
Loading…
Reference in New Issue
Block a user