aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-02-09 12:20:51 +0000
committerMichael Scherer <misc@mageia.org>2012-02-09 12:20:51 +0000
commit291a3cc338ec1a87d0569f41ecbad5ec1d9374a4 (patch)
tree25801ece5f926444092bce9a791e1927019a1b22 /deployment/common/manifests
parentec08bc62f4f1728d16688f80ce72c144e19466c7 (diff)
downloadpuppet-291a3cc338ec1a87d0569f41ecbad5ec1d9374a4.tar
puppet-291a3cc338ec1a87d0569f41ecbad5ec1d9374a4.tar.gz
puppet-291a3cc338ec1a87d0569f41ecbad5ec1d9374a4.tar.bz2
puppet-291a3cc338ec1a87d0569f41ecbad5ec1d9374a4.tar.xz
puppet-291a3cc338ec1a87d0569f41ecbad5ec1d9374a4.zip
set locale system wide to english one, as french locale
caused issue with ifconfig ( but not using them on installation make the keyboard in qwerty, causing annoying issues )
Diffstat (limited to 'deployment/common/manifests')
-rw-r--r--deployment/common/manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/common/manifests/init.pp b/deployment/common/manifests/init.pp
index c8465bc7..25db31f8 100644
--- a/deployment/common/manifests/init.pp
+++ b/deployment/common/manifests/init.pp
@@ -103,8 +103,9 @@ class common {
include openssh::server
include common::default_ssh_root_key
include common::base_packages
- include common::export_ssh_keys
- include common::import_ssh_keys
+ include common::export_ssh_keys
+ include common::import_ssh_keys
+ include common::i18n
include ntp
include common::urpmi_update
include puppet::client