blob: 20d69441460b2db10e6550d6b4b32bbb343c52b4 [file] [log] [blame]
def install(machine):
host = hosts.create_host(machine, initialize=False, auto_monitor=False)
host.machine_install()
job.parallel_simple(install, machines, log=False)