From: Ismaƫl Bouya Date: Mon, 8 Aug 2016 23:30:18 +0000 (+0200) Subject: Move locales after base_packages X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=a880172b96e94f4f1c01d51d78305d712d1726b3 Move locales after base_packages --- 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':