summaryrefslogtreecommitdiff
path: root/manifests/cron/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/cron/debian.pp')
-rw-r--r--manifests/cron/debian.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/cron/debian.pp b/manifests/cron/debian.pp
deleted file mode 100644
index 0b4bd61..0000000
--- a/manifests/cron/debian.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-class puppet::cron::debian inherits puppet::cron::linux {
-
- File['/etc/cron.d/puppetd.cron']{
- path => '/etc/cron.d/puppetd',
- }
-
-}