From: Grant Slater Date: Mon, 30 Jan 2023 16:33:14 +0000 (+0000) Subject: sotm: Remove one-off permission fix X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/aaae8786e4a31b526550a19fae896238e9bfd702 sotm: Remove one-off permission fix --- diff --git a/cookbooks/stateofthemap/recipes/jekyll.rb b/cookbooks/stateofthemap/recipes/jekyll.rb index 5a55092dc..7b852b62f 100644 --- a/cookbooks/stateofthemap/recipes/jekyll.rb +++ b/cookbooks/stateofthemap/recipes/jekyll.rb @@ -48,14 +48,6 @@ apache_module "rewrite" group "nogroup" end - # FIXME: fix the the vendor directory permissions from prior root installs - directory "/srv/#{year}.stateofthemap.org/vendor" do - action :create - recursive true - owner "nobody" - group "nogroup" - end - bundle_install "/srv/#{year}.stateofthemap.org" do action :nothing user "nobody"