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:
Monty Taylor 2014-11-24 12:24:56 -05:00
parent 8bb8274841
commit 148a2a721a
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
Acquire::Languages "none";

View File

@ -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',