]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/board.rb
Remove MobileFrontend mediawiki extension from OSMF wiki
[chef.git] / cookbooks / foundation / recipes / board.rb
index 82012eda9eca1320555dabd6f9177305f5b35137..cf41dcb486fef66c980e529646705d02b195ec33 100644 (file)
@@ -38,6 +38,11 @@ mediawiki_site "board.osmfoundation.org" do
   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]