]> git.openstreetmap.org Git - chef.git/commitdiff
sotm: Remove one-off permission fix
authorGrant Slater <github@firefishy.com>
Mon, 30 Jan 2023 16:33:14 +0000 (16:33 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 30 Jan 2023 16:33:14 +0000 (16:33 +0000)
cookbooks/stateofthemap/recipes/jekyll.rb

index 5a55092dcbdf107b34d883d209c103e0c0018623..7b852b62f92a7d99659d548dd3b4837ecadf3be1 100644 (file)
@@ -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"