From fda2bbad9dbf22c4ae696b3d7196bbc30edbe708 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Feb 2012 15:35:47 +0000 Subject: add missing locales --- deployment/common/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deployment/common') 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"), -- cgit v1.2.1