From 89a41ef0a45d66064c577adaba75663c27f2398b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 17 Oct 2013 19:04:58 +0100 Subject: [PATCH 1/1] Fix typo --- cookbooks/apache/recipes/ssl.rb | 2 +- cookbooks/tilecache/recipes/default.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index d1486adcf..19a475cd3 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -17,7 +17,7 @@ # 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" -- 2.43.2