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