diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a82b91a..a5f80c3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -57,8 +57,9 @@ class puppet::linux { owner => root, group => 0, mode => 0644, - source => [ "puppet://$server/puppet/conf.d/puppetd.$operatingsystem", - "puppet://$server/puppet/conf.d/puppetd" + source => [ "puppet://$server/dist/puppet/cron.d/puppetd", + "puppet://$server/puppet/cron.d/puppetd.$operatingsystem", + "puppet://$server/puppet/cron.d/puppetd" ], } } |