]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/wiki.rb
Upgrade ironbelly to chef 12
[chef.git] / cookbooks / foundation / recipes / wiki.rb
index 5d54b5426f8b152aa924bf9b16c8a17fb6a4c3b4..9033f98f53f2e96b81b708dcbdb3535f1e92cd69 100644 (file)
@@ -21,9 +21,11 @@ include_recipe "mediawiki"
 
 passwords = data_bag_item("foundation", "passwords")
 
-mediawiki_site  "wiki.osmfoundation.org" do
+mediawiki_site "wiki.osmfoundation.org" do
   aliases "www.osmfoundation.org", "osmfoundation.org"
+  sitename "OpenStreetMap Foundation Wiki"
   directory "/srv/wiki.osmfoundation.org"
+  enable_ssl true
   database_name "osmf-wiki"
   database_username "osmf-wikiuser"
   database_password passwords["wiki"]["database"]