From a880172b96e94f4f1c01d51d78305d712d1726b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 9 Aug 2016 01:30:18 +0200 Subject: [PATCH] Move locales after base_packages --- manifests/install_ovh.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp index cd2063a..48c3eff 100644 --- a/manifests/install_ovh.pp +++ b/manifests/install_ovh.pp @@ -2,8 +2,8 @@ node default { include stdlib class { 'ovh_cleanup': } - class { 'locales': } class { 'base_packages': } + class { 'locales': } class { 'cron_puppet': } reboot { 'after_run': -- 2.41.0