summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-02-11 11:33:14 -0500
committerMicah Anderson <micah@riseup.net>2011-02-11 11:33:14 -0500
commit30398146729508903e7846daa2fed951cfdcf5fd (patch)
tree1925506b13e884bbda9e71f2125dd0e0fbbe4afd /manifests
parentac1c57a24b514487f56db56f2e4d54dd4e208ba2 (diff)
fix name of cronjob for generic linux
Diffstat (limited to 'manifests')
-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" ],