mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Added TODO comment
This commit is contained in:
parent
9be56a35df
commit
f201c6e034
@ -192,6 +192,7 @@ def restart(service_target):
|
||||
|
||||
|
||||
def status(name):
|
||||
# TODO: Move this to mac_status function if ever created
|
||||
cmd = ['launchctl', 'list']
|
||||
output = __salt__['cmd.run_stdout'](cmd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user