lib/beaker-pe/install/pe_utils.rb in beaker-pe-1.14.0 vs lib/beaker-pe/install/pe_utils.rb in beaker-pe-1.15.0

- old
+ new

@@ -448,11 +448,11 @@ def simple_monolithic_install(master, agents, opts={}) step "Performing a standard monolithic install with frictionless agents" all_hosts = [master, *agents] configure_type_defaults_on(all_hosts) - # Set PE distribution on the master, create working dir - prepare_hosts([master], opts) + # Set PE distribution on the agents, creates working directories + prepare_hosts(all_hosts, opts) fetch_pe([master], opts) prepare_host_installer_options(master) generate_installer_conf_file_for(master, [master], opts) on master, installer_cmd(master, opts)