diff options
-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': |