]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Thu, 17 Oct 2013 18:04:58 +0000 (19:04 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 17 Oct 2013 18:04:58 +0000 (19:04 +0100)
cookbooks/apache/recipes/ssl.rb
cookbooks/tilecache/recipes/default.rb

index a31ac0c061ff259df688d4cf4381d7cf94952c8a..0841ff0a9698dc5fe75e5ee883f1451aea5b73c5 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
 # 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"
 
 include_recipe "apache"
 include_recipe "ssl"
index d1486adcf4be06f69bfd92f1f145ae4209a3f811..19a475cd3103fefa9a1190c23d24cf5df7c52471 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
 # limitations under the License.
 #
 
-node.default[:ssl][:certificate] = node[:ssl][:certificate] | [ "tile.openstreetmap" ]
+node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "tile.openstreetmap" ]
 
 include_recipe "ssl"
 include_recipe "squid"
 
 include_recipe "ssl"
 include_recipe "squid"