diff options
Diffstat (limited to 'deployment/common/manifests/init.pp')
-rw-r--r-- | deployment/common/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp index bb815bfe..c8465bc7 100644 --- a/deployment/common/manifests/init.pp +++ b/deployment/common/manifests/init.pp @@ -14,6 +14,13 @@ class common { } } + class i18n { + # push the locale everywhere, as it affect facter + file { "/etc/sysconfig/i18n": + content => template("common/i18n"), + } + } + class export_ssh_keys { @@sshkey { ["$hostname","$fqdn","$ipaddress"]: type => rsa, |