X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e5f294d3dc676675b2803915571c28337468c3b3..9d0332e71c78a4bec496b93cf19ece6ebf294e55:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index a69b6ed8d..728d26f49 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_source "nginx_tile_ssl.conf.erb" + template "nginx_tile_ssl.conf.erb" variables :resolvers => resolvers, :caches => tilecaches end