]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/oxidized/templates/default/logrotate.erb
Add oxidized backup daemon
[chef.git] / cookbooks / oxidized / templates / default / logrotate.erb
diff --git a/cookbooks/oxidized/templates/default/logrotate.erb b/cookbooks/oxidized/templates/default/logrotate.erb
new file mode 100644 (file)
index 0000000..7dfe602
--- /dev/null
@@ -0,0 +1,9 @@
+# DO NOT EDIT - This file is being maintained by Chef
+
+/var/log/oxidized/*.log {
+    rotate 12
+    weekly
+    size 10M
+    compress
+    delaycompress
+}