]> git.openstreetmap.org Git - chef.git/commitdiff
serverinfo: fix run order
authorGrant Slater <github@firefishy.com>
Wed, 15 Feb 2023 16:01:06 +0000 (16:01 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 15 Feb 2023 16:01:06 +0000 (16:01 +0000)
cookbooks/serverinfo/recipes/default.rb

index 8aec65a9aa5679af6b4de74bc9f93ee076eabcbd..2bbc31e5b0d70d406ac702b3021e0ce6b67c4af4 100644 (file)
@@ -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