summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/linux.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp
index a89e1cb..8f98ea4 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -14,7 +14,7 @@ class puppet::linux inherits puppet::base {
require => Package[puppet],
}
- file { '/etc/cron.d/puppetd':
+ file { '/etc/cron.d/puppetd.cron':
source => [ "puppet:///modules/site-puppet/cron.d/puppetd",
"puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}",
"puppet:///modules/puppet/cron.d/puppetd" ],