|
@@ -24,6 +24,7 @@ def load_cfg(path, prefix=None):
|
|
|
# Define useful defaults
|
|
# Define useful defaults
|
|
|
cfg.networks = cfg.networks or ObjectDict()
|
|
cfg.networks = cfg.networks or ObjectDict()
|
|
|
cfg.tasks = cfg.tasks or ObjectDict()
|
|
cfg.tasks = cfg.tasks or ObjectDict()
|
|
|
|
|
+ cfg.auth = cfg.auth or ObjectDict()
|
|
|
|
|
|
|
|
# Create backrefs between tasks to the local config
|
|
# Create backrefs between tasks to the local config
|
|
|
if cfg.get('tasks'):
|
|
if cfg.get('tasks'):
|