]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/ssl.rb
Fix argument order to each_with_object
[chef.git] / cookbooks / apache / recipes / ssl.rb
index 700e10e4af5afcf379514d5ec020cb632bd61944..c857704025fe45a652ed63be398bf5a6836ea50d 100644 (file)
@@ -19,7 +19,7 @@
 
 certificate = node[:apache][:ssl][:certificate]
 
-node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ certificate ]
+node.default[:ssl][:certificates] = node[:ssl][:certificates] | [certificate]
 
 include_recipe "apache"
 include_recipe "ssl"