diff --git a/config.py b/config.py index e0794a5..efdf594 100644 --- a/config.py +++ b/config.py @@ -1,10 +1,11 @@ #!/usr/bin/env python -host_shortname = { - 'hostname': 'localhost', - 'user': 'root', - 'password': 'my secret password', - 'ca_certificate_path': 'write-math', - 'pools': { - 'pool_name': 'encryption_passphrase' - } +hosts = { + 'host_shortname': { + 'hostname': 'localhost', + 'user': 'root', + 'password': 'my secret password', + 'ca_certificate_path': 'write-math', + 'pools': { + 'pool_name': 'encryption_passphrase' + } } \ No newline at end of file