]> git.openstreetmap.org Git - chef.git/commitdiff
Change default skin of OSMF wiki
authorMichael Glanznig <nebulon42@mailbox.org>
Mon, 30 Apr 2018 08:07:04 +0000 (10:07 +0200)
committerTom Hughes <tom@compton.nu>
Mon, 30 Apr 2018 08:18:38 +0000 (09:18 +0100)
Closes #161

cookbooks/foundation/recipes/wiki.rb

index 28f5e7fba6bb33fc2abe3cd50a452a76349323b8..400ffcde516cd10e3ca1ee5fbb8c72f10d400edb 100644 (file)
@@ -30,7 +30,7 @@ mediawiki_site "wiki.osmfoundation.org" do
   database_user "osmf-wikiuser"
   database_password passwords["wiki"]["database"]
   admin_password passwords["wiki"]["admin"]
-  skin "osmf"
+  skin "OSMFoundation"
   logo "/Wiki.png"
   email_contact "webmaster@openstreetmap.org"
   email_sender "webmaster@openstreetmap.org"