From 291a3cc338ec1a87d0569f41ecbad5ec1d9374a4 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Feb 2012 12:20:51 +0000 Subject: 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 ) --- deployment/common/manifests/init.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'deployment') 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 -- cgit v1.2.1