summaryrefslogtreecommitdiff
path: root/manifests/cron/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-27 15:55:05 +0000
committermh <mh@immerda.ch>2008-12-27 15:55:05 +0000
commit572e7c05a6649c9838621b1993dd20c0d25771e7 (patch)
treef989919a1688fa993e1b70b728c31afb1e2ac41b /manifests/cron/base.pp
parent26fb5d12d5da80a8057aeaecaa65e266964d8478 (diff)
added a first version to run the client from cron
Diffstat (limited to 'manifests/cron/base.pp')
-rw-r--r--manifests/cron/base.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/cron/base.pp b/manifests/cron/base.pp
new file mode 100644
index 0000000..c69b33f
--- /dev/null
+++ b/manifests/cron/base.pp
@@ -0,0 +1,8 @@
+# manifests/cron/base.pp
+
+class puppet::cron::base inherits puppet::base {
+ Service['puppet']{
+ ensure => stopped,
+ enable => false,
+ }
+}