diff options
author | Micah Anderson <micah@riseup.net> | 2011-02-11 11:33:14 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2011-02-11 11:33:14 -0500 |
commit | 30398146729508903e7846daa2fed951cfdcf5fd (patch) | |
tree | 1925506b13e884bbda9e71f2125dd0e0fbbe4afd | |
parent | ac1c57a24b514487f56db56f2e4d54dd4e208ba2 (diff) |
fix name of cronjob for generic linux
-rw-r--r-- | manifests/linux.pp | 2 |
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" ], |