Updating another reference to salt.utils.mac_utils to use __utils__

This commit is contained in:
Gareth J. Greenaway 2018-10-15 16:12:04 -07:00
parent 4c4bb5a489
commit eedeacb65d
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

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