]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/board.rb
Fix new rubocop warnings
[chef.git] / cookbooks / foundation / recipes / board.rb
index 82012eda9eca1320555dabd6f9177305f5b35137..fb94144165d8efe47c3b403e472996297154b485 100644 (file)
@@ -33,11 +33,16 @@ mediawiki_site "board.osmfoundation.org" do
   email_contact "webmaster@openstreetmap.org"
   email_sender "webmaster@openstreetmap.org"
   email_sender_name "OSMF Board Wiki"
-  private true
+  private_site true
   recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N"
   recaptcha_private_key passwords["board"]["recaptcha"]
 end
 
+mediawiki_extension "MobileFrontend" do
+  site "board.osmfoundation.org"
+  template "mw-ext-MobileFrontend.inc.php.erb"
+end
+
 cookbook_file "/srv/board.osmfoundation.org/Wiki.png" do
   owner node[:mediawiki][:user]
   group node[:mediawiki][:group]