summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-11-27 08:18:36 -0500
committerMicah Anderson <micah@riseup.net>2010-11-28 13:04:37 -0500
commita01d979d414e8ee41829a1cea0c78b830cf07085 (patch)
treec0ee8a946bf55b1620639d428d94c58fcd267ae5 /manifests/linux.pp
parent1455b1f9a55cdffc582fd93fa0bc5c016585760c (diff)
add site-puppet cron.d/puppet source
Diffstat (limited to 'manifests/linux.pp')
-rw-r--r--manifests/linux.pp3
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,
}