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