]> git.openstreetmap.org Git - chef.git/commitdiff
Add some more aliases for the OSMF wiki
authorTom Hughes <tom@compton.nu>
Sat, 18 Apr 2015 23:30:46 +0000 (00:30 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 18 Apr 2015 23:30:46 +0000 (00:30 +0100)
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