diff --git a/gestion/extractionbcfg2.py b/gestion/extractionbcfg2.py index 810a644a..98613d3e 100755 --- a/gestion/extractionbcfg2.py +++ b/gestion/extractionbcfg2.py @@ -18,7 +18,6 @@ role = %(role_dict)s srvDict = { 'external' : [], 'connection-main' : [], - 'main-proxy-server' : [], 'failover-proxy-server' : [], 'vlan-ens' : [], 'users' : [], @@ -28,7 +27,6 @@ srvDict = { 'external' : [], tr = { 'external' : 'externe', 'connection-main' : 'main-router', - 'main-proxy-server' : 'main-proxy', 'vlan-ens' : 'appt-proxy', 'failover-proxy-server' : 'failover-proxy', 'router-wifi' : 'wifi-router',