mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #50068 from garethgreenaway/1140_mac_system_tests_2018_3_failing
[2018.3] Updating salt.utils.mac_utils
This commit is contained in:
commit
ab2cb51cbc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def _atrun_enabled():
|
|||
Check to see if atrun is enabled on the system
|
||||
'''
|
||||
name = 'com.apple.atrun'
|
||||
services = salt.utils.mac_utils.available_services()
|
||||
services = __utils__['mac_utils.available_services']()
|
||||
label = None
|
||||
|
||||
if name in services:
|
||||
|
|
Loading…
Add table
Reference in a new issue