diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-09 01:30:18 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-09 01:30:18 +0200 |
commit | a880172b96e94f4f1c01d51d78305d712d1726b3 (patch) | |
tree | 33ce7afbbc04c2d96e015746995c3d8d8e1d3f9c | |
parent | 16745a6252d7fe9472bffb2873212bd6b64c4f07 (diff) | |
download | Puppet-a880172b96e94f4f1c01d51d78305d712d1726b3.tar.gz Puppet-a880172b96e94f4f1c01d51d78305d712d1726b3.tar.zst Puppet-a880172b96e94f4f1c01d51d78305d712d1726b3.zip |
Move locales after base_packages
-rw-r--r-- | manifests/install_ovh.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
2 | include stdlib | 2 | include stdlib |
3 | 3 | ||
4 | class { 'ovh_cleanup': } | 4 | class { 'ovh_cleanup': } |
5 | class { 'locales': } | ||
6 | class { 'base_packages': } | 5 | class { 'base_packages': } |
6 | class { 'locales': } | ||
7 | class { 'cron_puppet': } | 7 | class { 'cron_puppet': } |
8 | 8 | ||
9 | reboot { 'after_run': | 9 | reboot { 'after_run': |