X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4378e24ae196a1ff6af4f9994dcc54425498f7ba..ffdc1400431395dfad46e36c05f79466109d36b6:/cookbooks/nginx/recipes/default.rb 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