From: Grant Slater Date: Wed, 15 Feb 2023 16:01:06 +0000 (+0000) Subject: serverinfo: fix run order X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/52b60effa7f409c6c6121a6c0a30b48c2e5eb399 serverinfo: fix run order --- 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