]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/dwg.rb
Don't share the same connection for multiple email domains
[chef.git] / cookbooks / foundation / recipes / dwg.rb
index b19e7cfececf9a9316ce371cd58f95b719b283d8..cb2cca10524e774787df70fb8a728d6acc61397d 100644 (file)
@@ -38,6 +38,11 @@ mediawiki_site "dwg.osmfoundation.org" do
   recaptcha_private_key passwords["dwg"]["recaptcha"]
 end
 
+mediawiki_extension "MobileFrontend" do
+  site "dwg.osmfoundation.org"
+  template "mw-ext-MobileFrontend.inc.php.erb"
+end
+
 cookbook_file "/srv/dwg.osmfoundation.org/Wiki.png" do
   owner node[:mediawiki][:user]
   group node[:mediawiki][:group]