summaryrefslogtreecommitdiffstats
path: root/deploy/get_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/get_conf.py')
-rwxr-xr-xdeploy/get_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/get_conf.py b/deploy/get_conf.py
index 97f59a9b..309b331b 100755
--- a/deploy/get_conf.py
+++ b/deploy/get_conf.py
@@ -42,7 +42,7 @@ def network(network=None):
@decorator_mk('hosts')
def interface(host=None):
hostname = host.get('name', '')
- interface = host.get('interface', '')[0]
+ interface = host.get('interface', '')
map = {}
map[hostname] = interface
return map