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.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/deployment/common/manifests/i18n.pp b/deployment/common/manifests/i18n.pp
index 9ef731ad..cf511862 100644
--- a/deployment/common/manifests/i18n.pp
+++ b/deployment/common/manifests/i18n.pp
@@ -5,4 +5,7 @@ class common::i18n {
file { '/etc/sysconfig/i18n':
content => template('common/i18n'),
}
-}
+
+ file { '/etc/locale.conf':
+ content => template('common/locale.conf'),
+ }