summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 62c7661..f078601 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -13,4 +13,13 @@ class puppet::debian inherits puppet::linux {
File['/etc/cron.d/puppetd.cron']{
path => '/etc/cron.d/puppetd',
}
+
+ service{'cron':
+ name => 'cron',
+ enable => true,
+ ensure => running,
+ hasstatus => true,
+ }
+
+
}