aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-09 15:35:47 +0000
committerMichael Scherer <misc@mageia.org>2012-02-09 15:35:47 +0000
commitfda2bbad9dbf22c4ae696b3d7196bbc30edbe708 (patch)
tree6efa074a26966234a08b4a78b4239e5fdc2a7d86 /deployment
parent07e9f408c203f887bbced745531993321ac559fe (diff)
downloadpuppet-fda2bbad9dbf22c4ae696b3d7196bbc30edbe708.tar
puppet-fda2bbad9dbf22c4ae696b3d7196bbc30edbe708.tar.gz
puppet-fda2bbad9dbf22c4ae696b3d7196bbc30edbe708.tar.bz2
puppet-fda2bbad9dbf22c4ae696b3d7196bbc30edbe708.tar.xz
puppet-fda2bbad9dbf22c4ae696b3d7196bbc30edbe708.zip
add missing locales
Diffstat (limited to 'deployment')
-rw-r--r--deployment/common/manifests/init.pp2
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"),