Skip to content

Commit

Permalink
Merge pull request #597 from poliva83/poliva/fixes584
Browse files Browse the repository at this point in the history
Add retries to execute["bootstrap-platform"]
  • Loading branch information
marcparadise committed Nov 3, 2015
2 parents 1128fda + db1873f commit f2ad735
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
execute "bootstrap-platform" do
command "/opt/opscode/embedded/bin/bundle exec ./bin/bootstrap-platform ./bootstrapper-config/config.rb ./bootstrapper-config/pivotal.yml"
cwd opscode_test_dir
retries 3
not_if { OmnibusHelper.has_been_bootstrapped? }
notifies :restart, 'service[opscode-erchef]'
end
Expand Down

0 comments on commit f2ad735

Please sign in to comment.