summaryrefslogtreecommitdiff
path: root/manifests/cron/debian.pp
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2013-01-02 12:14:12 -0500
committerGabriel Filion <lelutin@gmail.com>2013-01-02 12:14:12 -0500
commit560b7c829e8ec043cf603fd6b1e2a1d3e0946a63 (patch)
tree420db02979146e6c14cf57701e1541e7b97649df /manifests/cron/debian.pp
parentaaf7ffad90958aff6e068c0496bd5f91e8759e4d (diff)
parent87b8cf7133beb4c9dd6f6e7692d374d302f8ea5a (diff)
Merge branch 'puppet_cron'
Conflicts: manifests/cron.pp manifests/linux.pp take the changes from puppet_cron
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',
- }
-
-}