]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/recipes/default.rb
Modernise squid_fragment LWRP
[chef.git] / cookbooks / tilecache / recipes / default.rb
index a69b6ed8dda6e6d0966ed7cd9a4156e935fc2996..0ec9dda590596a5230e5a01caf978e32c7428e9f 100644 (file)
@@ -73,7 +73,7 @@ tilecaches.each do |cache|
 end
 
 squid_fragment "tilecache" do
-  template "squid.conf.erb"
+  template_source "squid.conf.erb"
   variables :caches => tilecaches, :renders => tilerenders
 end