Skip to content

Commit

Permalink
Merge pull request #74 from ericwilliamson/bug/master/qeng-5040-run-p…
Browse files Browse the repository at this point in the history
…uppet-after-mono-install

(QENG-5040) Run puppet after simplified mono install
  • Loading branch information
jpartlow authored Jun 7, 2017
2 parents cf2ad91 + 01b9617 commit 6958c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/beaker-pe/install/pe_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ def simple_monolithic_install(master, agents, opts={})
end

step "Run puppet to setup mcollective and pxp-agent" do
on(master, puppet_agent('-t'), :acceptable_exit_codes => [0,2])
run_puppet_on_non_infrastructure_nodes(all_hosts)

#Workaround for windows frictionless install, see BKR-943 for the reason
Expand Down

0 comments on commit 6958c09

Please sign in to comment.