From: Grant Slater Date: Wed, 15 Feb 2023 15:56:43 +0000 (+0000) Subject: serverinfo: fix vendor folder X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/59ed4206243490222db46971541135cbe42a498a serverinfo: fix vendor folder --- diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 82a61185b..8aec65a9a 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]" end bundle_install "/srv/hardware.openstreetmap.org" do