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