diff options
Diffstat (limited to 'server/samples/reboot.srv')
-rw-r--r-- | server/samples/reboot.srv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/samples/reboot.srv b/server/samples/reboot.srv index 670bf5cf..58375703 100644 --- a/server/samples/reboot.srv +++ b/server/samples/reboot.srv @@ -1,6 +1,6 @@ def run(machine): - host = hosts.SSHHost(machine) - print host.is_up() - host.reboot() + host = hosts.SSHHost(machine) + print host.is_up() + host.reboot() job.parallel_simple(run, machines) |