summaryrefslogtreecommitdiff
path: root/debian/puppetmaster.logrotate
blob: 8a6c47a01a1ebcd0d4b00aca4b5f55ec3369930b (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/puppet/masterhttp.log {
  missingok
  notifempty
  create 0644 puppet puppet
  compress
  rotate 4
  
  postrotate
    pkill -USR2 -u puppet -f puppetmasterd || true
  endscript
}