]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/jekyll.rb
sotm: Remove one-off permission fix
[chef.git] / 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"