From 0f2d62e23b1be566d802ef3ee9a7b4adbddfab2a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 29 Mar 2015 14:53:02 +0100 Subject: [PATCH] Use an explicit array --- cookbooks/foundation/recipes/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 37bb45bf7..e508d39db 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -22,7 +22,7 @@ include_recipe "mediawiki" passwords = data_bag_item("foundation", "passwords") mediawiki_site "wiki.osmfoundation.org" do - aliases "www.osmfoundation.org", "osmfoundation.org" + aliases ["www.osmfoundation.org", "osmfoundation.org"] sitename "OpenStreetMap Foundation Wiki" directory "/srv/wiki.osmfoundation.org" ssl_enabled true -- 2.43.2