diff --git a/salt/modules/mac_service.py b/salt/modules/mac_service.py index 0f128bfee4..58b183c769 100644 --- a/salt/modules/mac_service.py +++ b/salt/modules/mac_service.py @@ -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)