2006-02-09 04:40:58 +03:00
|
|
|
/var/log/puppet/*log {
|
|
|
|
missingok
|
|
|
|
create 0644 puppet puppet
|
2009-04-26 14:16:28 +04:00
|
|
|
sharedscripts
|
2006-02-09 04:40:58 +03:00
|
|
|
postrotate
|
|
|
|
[ -e /etc/init.d/puppetmaster ] && /etc/init.d/puppetmaster condrestart >/dev/null 2>&1 || true
|
2007-03-19 21:42:14 +03:00
|
|
|
[ -e /etc/init.d/puppet ] && /etc/init.d/puppet reload > /dev/null 2>&1 || true
|
2006-02-09 04:40:58 +03:00
|
|
|
endscript
|
|
|
|
}
|