X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9b553d148797b6a803f856329def0aff071d2227..4f94ccf583d86093b3756f5999de5bfcdff99895:/cookbooks/switch2osm/recipes/default.rb diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 97a1d9530..45eb7f03e 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -22,7 +22,7 @@ include_recipe "wordpress" passwords = data_bag_item("switch2osm", "passwords") wordpress_site "switch2osm.org" do - aliases "www.switch2osm.org", "switch2osm.com", "www.switch2osm.com" + aliases ["www.switch2osm.org", "switch2osm.com", "www.switch2osm.com"] directory "/srv/switch2osm.org" database_name "switch2osm-blog" database_user "switch2osm-user"