X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1b14ff117d278cd2149eb6f39d68e545efb54033..c9156c712b8e712139466e96fba4a00deb321198:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index e6e848ce1..22272b3aa 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -206,9 +206,13 @@ template "/srv/tilecache/tilecache-curl-time" do variables :caches => tilecaches, :renders => tilerenders end -template "/srv/tilecache/tilecache-fastest-peers" do - source "tilecache-fastest-peers.erb" +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