X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8dc23ab793f18a5dd8451ef894e844eadb5d659b..70c9fb3921e6f0c95828d52f3538cde194cc3414:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 4385bb607..a652d6ae8 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -39,6 +39,7 @@ mediawiki_site "wiki.osmfoundation.org" do private_accounts true recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" recaptcha_private_key passwords["wiki"]["recaptcha"] + extra_file_extensions ["mp3"] end mediawiki_skin "osmf" do @@ -50,5 +51,5 @@ end cookbook_file "/srv/wiki.osmfoundation.org/Wiki.png" do owner node[:mediawiki][:user] group node[:mediawiki][:group] - mode 0644 + mode 0o644 end