]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/templates/default/logrotate.erb
Switch taginfo to use planet::current
[chef.git] / cookbooks / taginfo / templates / default / logrotate.erb
diff --git a/cookbooks/taginfo/templates/default/logrotate.erb b/cookbooks/taginfo/templates/default/logrotate.erb
deleted file mode 100644 (file)
index bf6f4a8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# DO NOT EDIT - This file is being maintained by Chef
-<% node[:taginfo][:sites].each do |site| -%>
-
-/var/log/taginfo/<%= site[:name] %>/*.log {
-  daily
-  missingok
-  rotate 0
-  dateext
-  dateformat %Y-%m-%d
-  maxage 28
-  compress
-  delaycompress
-}
-<% end -%>