aditional comments

This commit is contained in:
Difrex 2016-08-09 16:34:52 +03:00
parent 2e4758a3e8
commit 60b1a798bf

View File

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