]> git.openstreetmap.org Git - chef.git/commitdiff
Remove unused template
authorTom Hughes <tom@compton.nu>
Sun, 12 Mar 2023 11:01:59 +0000 (11:01 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 12 Mar 2023 11:01:59 +0000 (11:01 +0000)
cookbooks/networking/templates/default/logrotate.shorewall.erb [deleted file]

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
-}