Re-added accidentally removed line 85

This commit is contained in:
Justin Zandbergen 2016-08-05 19:21:01 +02:00 committed by rallytime
parent 8bba13896a
commit 79c9905fc5

View file

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