X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f601fd4a5494b22aba8edc3085a338feb67a9a2e..761ee26e1524fb8613fc1b3130ec3fad1d14a880:/cookbooks/apache/recipes/ssl.rb diff --git a/cookbooks/apache/recipes/ssl.rb b/cookbooks/apache/recipes/ssl.rb index a31ac0c06..0841ff0a9 100644 --- a/cookbooks/apache/recipes/ssl.rb +++ b/cookbooks/apache/recipes/ssl.rb @@ -17,7 +17,7 @@ # limitations under the License. # -node.default[:ssl][:certificate] = node[:ssl][:certificate] | [ "openstreetmap" ] +node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "openstreetmap" ] include_recipe "apache" include_recipe "ssl"