X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f94ccf583d86093b3756f5999de5bfcdff99895..8ebd295a56a5998a0ba5b64366a6547c4cf0508f:/cookbooks/switch2osm/recipes/default.rb diff --git a/cookbooks/switch2osm/recipes/default.rb b/cookbooks/switch2osm/recipes/default.rb index 45eb7f03e..5b2703fee 100644 --- a/cookbooks/switch2osm/recipes/default.rb +++ b/cookbooks/switch2osm/recipes/default.rb @@ -24,6 +24,7 @@ passwords = data_bag_item("switch2osm", "passwords") wordpress_site "switch2osm.org" do 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"]