mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updating another reference to salt.utils.mac_utils to use __utils__
This commit is contained in:
parent
4c4bb5a489
commit
eedeacb65d
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