mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49975 from rallytime/bp-49958
Back-port #49958 to 2018.3
This commit is contained in:
commit
7d8f10c621
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ def _enable_atrun():
|
|||
Enable and start the atrun daemon
|
||||
'''
|
||||
name = 'com.apple.atrun'
|
||||
services = salt.utils.mac_utils.available_services()
|
||||
services = __utils__['mac_utils.available_services']()
|
||||
label = None
|
||||
path = None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue