X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/59ed4206243490222db46971541135cbe42a498a..d5f8a18658e100abeba9f8fcdf7d9e4cbcaea3a6:/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