X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19aeb7bfffb852ab8be005c004b1ef8e555a5b77..e5f294d3dc676675b2803915571c28337468c3b3:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 728d26f49..a69b6ed8d 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -122,7 +122,7 @@ ssl_certificate "tile.openstreetmap.org" do end nginx_site "tile-ssl" do - template "nginx_tile_ssl.conf.erb" + template_source "nginx_tile_ssl.conf.erb" variables :resolvers => resolvers, :caches => tilecaches end