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