diff options
Diffstat (limited to 'deploy/get_conf.py')
-rwxr-xr-x | deploy/get_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/get_conf.py b/deploy/get_conf.py index 31ccaca0..d2b505c8 100755 --- a/deploy/get_conf.py +++ b/deploy/get_conf.py @@ -76,7 +76,7 @@ def network(s, seq, network=None): @hostdecorator def interface(s, seq, host=None): hostname = host.get('name', '') - interface = host.get('interface', '')[0] + interface = host.get('interface', '') map = {} map[hostname] = interface return map |