Signed-off-by: Kelsey Hightower <[email protected]>
---
conf/redhat/logrotate | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/conf/redhat/logrotate b/conf/redhat/logrotate
index e336d60..554d6d1 100644
--- a/conf/redhat/logrotate
+++ b/conf/redhat/logrotate
@@ -1,6 +1,7 @@
/var/log/puppet/*log {
missingok
create 0644 puppet puppet
+ sharedscripts
postrotate
[ -e /etc/init.d/puppetmaster ] && /etc/init.d/puppetmaster
condrestart >/dev/null 2>&1 || true
[ -e /etc/init.d/puppet ] && /etc/init.d/puppet reload > /dev/
null 2>&1 || true
--
1.5.5.6
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en
-~----------~----~----~----~------~----~------~--~---