]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/board.rb
Upgrade ironbelly to chef 12
[chef.git] / cookbooks / foundation / recipes / board.rb
index 8c2708881038a43b29525abd79d7b1687604aa4d..45c3538fb84e1ab48c27ef0efb1e7c780f6263f8 100644 (file)
@@ -21,8 +21,9 @@ include_recipe "mediawiki"
 
 passwords = data_bag_item("foundation", "passwords")
 
-mediawiki_site  "board.osmfoundation.org" do
+mediawiki_site "board.osmfoundation.org" do
   directory "/srv/board.osmfoundation.org"
+  enable_ssl true
   database_name "board-wiki"
   database_username "board-wikiuser"
   database_password passwords["board"]["database"]