]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/wiki.rb
Add some more aliases for the OSMF wiki
[chef.git] / cookbooks / foundation / recipes / wiki.rb
index 905b3017698a320dd7308d5bae672fe7d1943091..4385bb607657ff9957655436e2536f378774329d 100644 (file)
@@ -22,7 +22,8 @@ include_recipe "mediawiki"
 passwords = data_bag_item("foundation", "passwords")
 
 mediawiki_site "wiki.osmfoundation.org" do
-  aliases ["www.osmfoundation.org", "osmfoundation.org"]
+  aliases ["www.osmfoundation.org", "osmfoundation.org",
+           "foundation.openstreetmap.org", "foundation.osm.org"]
   sitename "OpenStreetMap Foundation Wiki"
   directory "/srv/wiki.osmfoundation.org"
   ssl_enabled true