diff options
author | Micah Anderson <micah@riseup.net> | 2010-11-27 08:18:36 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-11-28 13:04:37 -0500 |
commit | a01d979d414e8ee41829a1cea0c78b830cf07085 (patch) | |
tree | c0ee8a946bf55b1620639d428d94c58fcd267ae5 /manifests | |
parent | 1455b1f9a55cdffc582fd93fa0bc5c016585760c (diff) |
add site-puppet cron.d/puppet source
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, } |