X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b23d633d72132c2f3f5d99b6903391631b1f8e31..4d11d2e084189bc2c3042e67fe3f67bd9dfa182b:/cookbooks/switch2osm/recipes/default.rb 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"]