From 169be112be7a7d3e8aa8e41beaad4c27d59ac7c7 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sat, 9 Nov 2019 21:22:20 -0500 Subject: [PATCH] Update 'config.py' --- config.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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