Why puppet agent restarting everyday at 00:01 hours?
[2014-11-29 00:01:02] INFO WEBrick::HTTPServer#start: pid=31285 port=8139
[2014-11-30 00:01:01] INFO WEBrick::HTTPServer#start done.
This is configured to run daily by puppet installation itself. Does this restart puppet agent?
/var/log/puppet/*log {
missingok
notifempty
create 0644 puppet puppet
sharedscripts
postrotate
pkill -USR2 -u puppet -f 'puppet master' || true
[ -e /etc/init.d/puppet ] && /etc/init.d/puppet reload > /dev/null 2>&1 || true
endscript
}