diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 19:06:02 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-08 19:14:38 +0200 |
commit | 943107e9fc8ae30612f767253845334ef99fdf8f (patch) | |
tree | e5b94685f8915cea31b07cedb76170bc3dcb80b3 /manifests | |
parent | cf30072bd0ddbc327abadcf944b20ee988aaff23 (diff) | |
download | Puppet-943107e9fc8ae30612f767253845334ef99fdf8f.tar.gz Puppet-943107e9fc8ae30612f767253845334ef99fdf8f.tar.zst Puppet-943107e9fc8ae30612f767253845334ef99fdf8f.zip |
OVH cleanup with puppet
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index a37c69c..45b7c01 100644 --- a/manifests/site.pp +++ b/manifests/site.pp | |||
@@ -1,4 +1,5 @@ | |||
1 | node default { | 1 | node default { |
2 | class { 'ovh_cleanup': } | ||
2 | class { 'base_packages': } | 3 | class { 'base_packages': } |
3 | class { 'cron_puppet': } | 4 | class { 'cron_puppet': } |
4 | } | 5 | } |