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:
Mike Place 2018-10-16 11:07:09 +02:00 committed by GitHub
commit ab2cb51cbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: