From aaae8786e4a31b526550a19fae896238e9bfd702 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 30 Jan 2023 16:33:14 +0000 Subject: [PATCH] sotm: Remove one-off permission fix --- cookbooks/stateofthemap/recipes/jekyll.rb | 8 -------- 1 file changed, 8 deletions(-) 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" -- 2.39.5