mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Re-added accidentally removed line 85
This commit is contained in:
parent
8bba13896a
commit
79c9905fc5
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ def beacon(config):
|
|||
for service in config:
|
||||
ret_dict = {}
|
||||
ret_dict[service] = {'running': __salt__['service.status'](service)}
|
||||
ret_dict['service_name'] = service
|
||||
|
||||
# If no options is given to the service, we fall back to the defaults
|
||||
# assign a False value to oncleanshutdown and onchangeonly. Those
|
||||
|
|
Loading…
Add table
Reference in a new issue