X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5f13b21c83e1181dbc494b36fd4a06a07711e0ac..c7f1f41c97097dd3ef67cce1294f77a38ff281c2:/cookbooks/foundation/recipes/mwg.rb?ds=inline diff --git a/cookbooks/foundation/recipes/mwg.rb b/cookbooks/foundation/recipes/mwg.rb index df98b3542..9fa47457e 100644 --- a/cookbooks/foundation/recipes/mwg.rb +++ b/cookbooks/foundation/recipes/mwg.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: foundation +# Cookbook:: foundation # Recipe:: mwg # -# Copyright 2019, OpenStreetMap Foundation +# Copyright:: 2019, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,13 +38,8 @@ mediawiki_site "mwg.osmfoundation.org" do recaptcha_private_key passwords["mwg"]["recaptcha"] end -mediawiki_extension "MobileFrontend" do - site "mwg.osmfoundation.org" - template "mw-ext-MobileFrontend.inc.php.erb" -end - cookbook_file "/srv/mwg.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] - mode 0o644 + mode "644" end