summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-01-20 14:03:46 +0100
committervarac <varacanero@zeromail.org>2010-01-20 14:03:46 +0100
commit1436c939bdb2ef131a6ff71e63d9e6909a228651 (patch)
treee08411cd05b14f2ba6a6403f53ec47cdde9381dd /manifests/debian.pp
parentf5308a18abf6340eb125a90ac6d507a06519ef81 (diff)
removed service definition for cron, which should be in an own cron-module
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,
- }
-
-
}