X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d99bcca7c473dc4d4b19b3b64020d28b00030044..539dbe9f74466a7ec90ea7cbfb9bc8b49911551d:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 683a53d09..16a8af1be 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -205,3 +205,11 @@ template "/srv/tilecache/tilecache-curl-time" do mode 0o755 variables :caches => tilecaches, :renders => tilerenders end + +file "/srv/tilecache/tilecache-fastest-peers" do + action :delete +end + +ohai_plugin "tilecache" do + template "ohai.rb.erb" +end