X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1fb771a75fb2aa2932b5afce2b424e3f86791bc2..45cacb1e2f232b55f200301f49ff9e9c70118028:/cookbooks/nginx/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/nginx/recipes/default.rb b/cookbooks/nginx/recipes/default.rb index a55dc14be..f17e3dc44 100644 --- a/cookbooks/nginx/recipes/default.rb +++ b/cookbooks/nginx/recipes/default.rb @@ -59,3 +59,17 @@ package "libwww-perl" munin_plugin "nginx_request" munin_plugin "nginx_status" + +template "/usr/local/bin/nginx-old-cache-cleanup" do + source "nginx-old-cache-cleanup.erb" + owner "root" + group "root" + mode 0o755 +end + +template "/etc/cron.d/nginx-old-cache-cleanup" do + source "nginx-old-cache-cleanup.cron.erb" + owner "root" + group "root" + mode 0o644 +end