X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/59ed4206243490222db46971541135cbe42a498a..05dfdf1adef5da8e3af92eaaa3842dc795dd512e:/cookbooks/serverinfo/recipes/default.rb diff --git a/cookbooks/serverinfo/recipes/default.rb b/cookbooks/serverinfo/recipes/default.rb index 8aec65a9a..2bbc31e5b 100644 --- a/cookbooks/serverinfo/recipes/default.rb +++ b/cookbooks/serverinfo/recipes/default.rb @@ -68,7 +68,7 @@ directory "/srv/hardware.openstreetmap.org/vendor" do action :create owner "nobody" group "nogroup" - notifies :run, "bundle_install[/srv/hardware.openstreetmap.org]" + notifies :run, "bundle_install[/srv/hardware.openstreetmap.org]", :immediately end bundle_install "/srv/hardware.openstreetmap.org" do