node run wol
This commit is contained in:
parent
6706d04298
commit
76a568e8b6
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
def node_apply_start(repo, node, interactive=False, **kwargs):
|
||||
def node_apply_start(repo, node, **kwargs):
|
||||
repo.libs.wol.wake(node)
|
||||
|
||||
def node_run_start(repo, node, cmd, **kwargs):
|
||||
repo.libs.wol.wake(node)
|
||||
|
|
Loading…
Reference in a new issue