]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/templates/default/logrotate.erb
Cope with gems needed for chef reporting not being installed
[chef.git] / cookbooks / chef / templates / default / logrotate.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/chef/client.log {
4   rotate 12
5   weekly
6   compress
7   postrotate
8         restart chef-client > /dev/null
9   endscript
10 }