]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/ssl.rb
Fix typo
[chef.git] / cookbooks / apache / recipes / ssl.rb
index a31ac0c061ff259df688d4cf4381d7cf94952c8a..0841ff0a9698dc5fe75e5ee883f1451aea5b73c5 100644 (file)
@@ -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"