summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2010-01-20 00:39:40 +0100
committervarac <varacanero@zeromail.org>2010-01-20 00:39:40 +0100
commit48e7f20051726623236b8dac1433ea7eddff2db7 (patch)
treed5ebc6dfa7df55d5d58463ea039f6d757d3a23a6 /manifests/linux.pp
parente53616384acf3678367f26a2e210381c5427d305 (diff)
cron reload for /etc/cron.d/puppet*, debian/ubuntu shellscripts under /usr/local/bin rather than /opt/bin
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 afbda8d..55fa623 100644
--- a/manifests/linux.pp
+++ b/manifests/linux.pp
@@ -13,6 +13,7 @@ class puppet::linux inherits puppet::base {
file{'/etc/cron.d/puppetd.cron':
source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}",
"puppet://$server/modules/puppet/cron.d/puppetd" ],
- owner => root, group => 0, mode => 0644;
+ owner => root, group => 0, mode => 0644,
+ notify => service["cron"];
}
}