diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/linux.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/linux.pp b/manifests/linux.pp index f1f89b4..cf79e00 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -22,7 +22,8 @@ class puppet::linux inherits puppet::base { } file { '/etc/cron.d/puppetd.cron': - source => [ "puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}", + source => [ "puppet:///modules/site-puppet/cron.d/puppetd", + "puppet:///modules/puppet/cron.d/puppetd.${operatingsystem}", "puppet:///modules/puppet/cron.d/puppetd" ], owner => root, group => 0, mode => 0644, } |