X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1b14ff117d278cd2149eb6f39d68e545efb54033..539dbe9f74466a7ec90ea7cbfb9bc8b49911551d:/cookbooks/tilecache/recipes/default.rb?ds=inline diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index e6e848ce1..16a8af1be 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -206,9 +206,10 @@ 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" - owner "root" - group "root" - mode 0o755 +file "/srv/tilecache/tilecache-fastest-peers" do + action :delete +end + +ohai_plugin "tilecache" do + template "ohai.rb.erb" end