]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
tilecache: compress old curl time records
[chef.git] / cookbooks / tilecache / recipes / default.rb
index e6e848ce175884fedfc506fe770cbf5e213a20ce..22272b3aa318ad91568304670bf7baee71aed9e1 100644 (file)
@@ -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