aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-08 19:06:02 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-08 19:14:38 +0200
commit943107e9fc8ae30612f767253845334ef99fdf8f (patch)
treee5b94685f8915cea31b07cedb76170bc3dcb80b3 /manifests
parentcf30072bd0ddbc327abadcf944b20ee988aaff23 (diff)
downloadPuppet-943107e9fc8ae30612f767253845334ef99fdf8f.tar.gz
Puppet-943107e9fc8ae30612f767253845334ef99fdf8f.tar.zst
Puppet-943107e9fc8ae30612f767253845334ef99fdf8f.zip
OVH cleanup with puppet
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp1
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 @@
1node default { 1node default {
2 class { 'ovh_cleanup': }
2 class { 'base_packages': } 3 class { 'base_packages': }
3 class { 'cron_puppet': } 4 class { 'cron_puppet': }
4} 5}