X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/44b08364795ed593865347b698eede36a504f613..a839868a4ce8d05946a97f83c1aa451028c07889:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 19c99b0ce..e6028ebb5 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -31,6 +31,7 @@ package "apache2" do end package "xz-utils" +package "openssl" tilecaches = search(:node, "roles:tilecache").sort_by { |n| n[:hostname] } tilerenders = search(:node, "roles:tile").sort_by { |n| n[:hostname] } @@ -89,7 +90,7 @@ end nginx_site "tile-ssl" do template "nginx_tile_ssl.conf.erb" - variables :certificate => certificate, :resolvers => resolvers + variables :certificate => certificate, :resolvers => resolvers, :renders => tilerenders end service "nginx-certificate-restart" do