]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/templates/default/logrotate.shorewall.erb
Add VPN tunnel from fafnir to IC
[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 }