X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a839868a4ce8d05946a97f83c1aa451028c07889..f185f204ede20ff19f632d958f7de2e0dd510c95:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index e6028ebb5..1f02661b7 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -90,7 +90,7 @@ end nginx_site "tile-ssl" do template "nginx_tile_ssl.conf.erb" - variables :certificate => certificate, :resolvers => resolvers, :renders => tilerenders + variables :certificate => certificate, :resolvers => resolvers, :caches => tilecaches end service "nginx-certificate-restart" do