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.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/deployment/common/manifests/i18n.pp b/deployment/common/manifests/i18n.pp
index 9ef731ad..43b1fc3a 100644
--- a/deployment/common/manifests/i18n.pp
+++ b/deployment/common/manifests/i18n.pp
@@ -1,8 +1,12 @@
class common::i18n {
package { 'locales-en': }
- # push the locale everywhere, as it affect facter
+ # push the locale everywhere, as it affects facter
file { '/etc/sysconfig/i18n':
content => template('common/i18n'),
}
+
+ file { '/etc/locale.conf':
+ content => template('common/locale.conf'),
+ }
}