projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo
[chef.git]
/
cookbooks
/
apache
/
recipes
/
ssl.rb
diff --git
a/cookbooks/apache/recipes/ssl.rb
b/cookbooks/apache/recipes/ssl.rb
index a31ac0c061ff259df688d4cf4381d7cf94952c8a..0841ff0a9698dc5fe75e5ee883f1451aea5b73c5 100644
(file)
--- 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][:certificate
s] = node[:ssl][:certificates
] | [ "openstreetmap" ]
include_recipe "apache"
include_recipe "ssl"