Added TODO comment

This commit is contained in:
twangboy 2016-01-28 09:41:32 -07:00
parent 9be56a35df
commit f201c6e034

View File

@ -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)