From 52b60effa7f409c6c6121a6c0a30b48c2e5eb399 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 15 Feb 2023 16:01:06 +0000 Subject: [PATCH] serverinfo: fix run order --- cookbooks/serverinfo/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1