X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d99bcca7c473dc4d4b19b3b64020d28b00030044..c9156c712b8e712139466e96fba4a00deb321198:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 683a53d09..22272b3aa 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -205,3 +205,14 @@ template "/srv/tilecache/tilecache-curl-time" do mode 0o755 variables :caches => tilecaches, :renders => tilerenders end + +template "/srv/tilecache/tilecache-curl-time-cleanup" do + source "tilecache-curl-time-cleanup.erb" + owner "root" + group "root" + mode 0o755 +end + +ohai_plugin "tilecache" do + template "ohai.rb.erb" +end