aditional comments
This commit is contained in:
parent
2e4758a3e8
commit
60b1a798bf
@ -15,9 +15,12 @@ def resolve(app, conf):
|
||||
for service in services:
|
||||
hosts[service['name']] = []
|
||||
|
||||
# Check group configuration
|
||||
if group is not None:
|
||||
pass
|
||||
else:
|
||||
# Load group from service config
|
||||
# /etc/surok/conf.d/service_conf.json
|
||||
group = service['group']
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user