X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/de073fd1397bf9a931f3b5d2a0c1991a98fb5bdb..b9c0d9f47a55952cdb03690a9d1b865dd072c588:/cookbooks/serverinfo/recipes/default.rb diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 82a61185b..2bbc31e5b 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -64,12 +64,11 @@ directory "/srv/hardware.openstreetmap.org/_site" do group "nogroup" end -# FIXME: fix the the vendor directory permissions from prior root installs directory "/srv/hardware.openstreetmap.org/vendor" do action :create - recursive true owner "nobody" group "nogroup" + notifies :run, "bundle_install[/srv/hardware.openstreetmap.org]", :immediately end bundle_install "/srv/hardware.openstreetmap.org" do