]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/templates/default/logrotate.shorewall.erb
Bump kitchen-dokken from 2.18.0 to 2.19.0
[chef.git] / cookbooks / networking / templates / default / logrotate.shorewall.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/<%= @name %>-init.log {
4     weekly
5     rotate 4
6     compress
7     delaycompress
8     missingok
9     create 0640 root adm
10 }