X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b23d633d72132c2f3f5d99b6903391631b1f8e31..1b2c429da3de1e8d5a077027e1f90a4114652d2a:/cookbooks/switch2osm/recipes/default.rb?ds=inline diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 97a1d9530..5b2703fee 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -22,8 +22,9 @@ 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" + ssl_enabled true database_name "switch2osm-blog" database_user "switch2osm-user" database_password passwords["switch2osm-user"]