diff options
Diffstat (limited to 'deployment/common/manifests/init.pp')
-rw-r--r-- | deployment/common/manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp index 25db31f8..8371ac0c 100644 --- a/deployment/common/manifests/init.pp +++ b/deployment/common/manifests/init.pp @@ -15,6 +15,8 @@ class common { } class i18n { + package { 'locales-en': } + # push the locale everywhere, as it affect facter file { "/etc/sysconfig/i18n": content => template("common/i18n"), |