]> git.openstreetmap.org Git - chef.git/commitdiff
Set admin password for foundation wiki
authorTom Hughes <tom@compton.nu>
Sun, 29 Mar 2015 13:55:36 +0000 (14:55 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 29 Mar 2015 13:55:36 +0000 (14:55 +0100)
cookbooks/foundation/recipes/wiki.rb

index e508d39db9920d1891fc3a3caf8ea8cb9714c338..4f5914a1d04b5d883dffe0d1b142f850dbea9e04 100644 (file)
@@ -29,6 +29,7 @@ mediawiki_site "wiki.osmfoundation.org" do
   database_name "osmf-wiki"
   database_user "osmf-wikiuser"
   database_password passwords["wiki"]["database"]
+  admin_password passwords["wiki"]["admin"]
   skin "osmf"
   logo "/Wiki.png"
   email_contact "webmaster@openstreetmap.org"