Merge "Make apt skip grabbing translations"

This commit is contained in:
Jenkins 2015-01-29 13:44:27 +00:00 committed by Gerrit Code Review
commit d15fd03f77
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -147,6 +147,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',