]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
Replace cron.d templates with cron_d resources
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index b5e9d2ac3f7ff9950a0f3f5b477c890a2d77eea1..ba7a5bc3f590a2b99b84efc52f776c2383998ccc 100644 (file)
@@ -3,7 +3,7 @@
 <%= node[:nominatim][:logdir] %>/update.log {
   weekly
   missingok
-  rotate 5
+  rotate 30
   compress
   delaycompress
   notifempty
   notifempty
   create 640 www-data adm
 }
-
-<%= node[:nominatim][:logdir] %>/restricted_ips.log {
-  weekly
-  missingok
-  rotate 5
-  compress
-  delaycompress
-  notifempty
-  create 660 nominatim adm
-}