aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/manifests/i18n.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/common/manifests/i18n.pp')
-rw-r--r--deployment/common/manifests/i18n.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/common/manifests/i18n.pp b/deployment/common/manifests/i18n.pp
new file mode 100644
index 00000000..9ef731ad
--- /dev/null
+++ b/deployment/common/manifests/i18n.pp
@@ -0,0 +1,8 @@
+class common::i18n {
+ package { 'locales-en': }
+
+ # push the locale everywhere, as it affect facter
+ file { '/etc/sysconfig/i18n':
+ content => template('common/i18n'),
+ }
+}