summaryrefslogtreecommitdiff
path: root/server/samples/reboot.srv
diff options
context:
space:
mode:
Diffstat (limited to 'server/samples/reboot.srv')
-rw-r--r--server/samples/reboot.srv6
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)