]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/templates/default/logrotate.shorewall.erb
Delay compression of shorewall log files
[chef.git] / cookbooks / networking / templates / default / logrotate.shorewall.erb
diff --git a/cookbooks/networking/templates/default/logrotate.shorewall.erb b/cookbooks/networking/templates/default/logrotate.shorewall.erb
new file mode 100644 (file)
index 0000000..c95ba74
--- /dev/null
@@ -0,0 +1,10 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+/var/log/<%= @name %>-init.log {
+    weekly
+    rotate 4
+    compress
+    delaycompress
+    missingok
+    create 0640 root adm
+}