]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/templates/default/logrotate.shorewall.erb
Remove unused template
[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
deleted file mode 100644 (file)
index c95ba74..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
-}