X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/913ee6d399004cf2d7081d8be23bfca1edaa2875..176d46fe9b5deb4080f433b1ca7f7786492fda9a:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index b89bfe192..2baa6c7f7 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -24,7 +24,7 @@ passwords = data_bag_item("foundation", "passwords") mediawiki_site "wiki.osmfoundation.org" do aliases ["www.osmfoundation.org", "osmfoundation.org", "foundation.openstreetmap.org", "foundation.osm.org"] - sitename "OpenStreetMap Foundation Wiki" + sitename "OpenStreetMap Foundation" directory "/srv/wiki.osmfoundation.org" ssl_enabled true database_name "osmf-wiki" @@ -51,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