aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/manifests/i18n.pp
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-13 22:25:57 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-13 22:26:16 +0200
commit9eb76db68221955e2176b1283a2a5b7ee6719ece (patch)
tree99f24b6e9a9420392d286e358d30f4a467bd62c2 /deployment/common/manifests/i18n.pp
parent3f78f9e42bd293f2d6e0354064294f809ea037b8 (diff)
downloadpuppet-9eb76db68221955e2176b1283a2a5b7ee6719ece.tar
puppet-9eb76db68221955e2176b1283a2a5b7ee6719ece.tar.gz
puppet-9eb76db68221955e2176b1283a2a5b7ee6719ece.tar.bz2
puppet-9eb76db68221955e2176b1283a2a5b7ee6719ece.tar.xz
puppet-9eb76db68221955e2176b1283a2a5b7ee6719ece.zip
Add systemd config file for languages
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'),
+ }