aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-08 17:54:33 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-08 17:54:33 +0200
commit596f9fefb01f1419e640f3f3a878443adc047b07 (patch)
treef3828f9cbed38a7f1f0aad6ee0894b1e7c41a006 /manifests
parentc81a7f92b58e02c6f3029dda840478ef66b933e1 (diff)
downloadPuppet-596f9fefb01f1419e640f3f3a878443adc047b07.tar.gz
Puppet-596f9fefb01f1419e640f3f3a878443adc047b07.tar.zst
Puppet-596f9fefb01f1419e640f3f3a878443adc047b07.zip
Add cron-puppet module
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
new file mode 100644
index 0000000..1464586
--- /dev/null
+++ b/manifests/site.pp
@@ -0,0 +1,3 @@
1node default {
2 include cron-puppet
3}