Groups switch support #SD-10

This commit is contained in:
Difrex 2016-10-11 12:14:34 +03:00
parent f54a7e0ee8
commit c04242a47f

View File

@ -65,3 +65,9 @@ def do_query(fqdn, loglevel):
logging.warning("Could not resolve " + fqdn)
return servers
# Groups switch
# Priority: config, environment, marathon environment
def get_group(conf):
pass