aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steuermann/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/steuermann/config.py b/steuermann/config.py
index 7f0aaf8..456fab2 100644
--- a/steuermann/config.py
+++ b/steuermann/config.py
@@ -5,6 +5,7 @@ import sys
_sys = sys.path
config_dir = os.path.join(os.path.expanduser('~'), '.steuermann', 'default')
user_config = os.path.join(config_dir, 'config.py')
+hosts_config = os.path.join(config_dir, 'hosts.ini')
if not os.path.exists(config_dir):
os.makedirs(config_dir, mode=0o700)