]> git.openstreetmap.org Git - chef.git/blob - cookbooks/letsencrypt/templates/default/logrotate.erb
Target ruby 3.0 as that is what chef 17 uses
[chef.git] / cookbooks / letsencrypt / templates / default / logrotate.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /srv/acme.openstreetmap.org/logs/*.log {
4     missingok
5     compress
6 }