diff --git a/gestion/gen_confs/switchs2.py b/gestion/gen_confs/switchs2.py index 4966c1fb..331d0efc 100755 --- a/gestion/gen_confs/switchs2.py +++ b/gestion/gen_confs/switchs2.py @@ -476,7 +476,10 @@ def conf_switch(hostname): 'date_gen': datetime.datetime.now(), # TODO fill that depuis bcfg2 ou whatever - 'radius_servers': ['10.231.136.72', '10.231.136.9' ], + 'radius_servers': [ + '10.231.136.72', + '10.231.136.11', + ], 'radius_key': secrets.get('radius_key'), 'ntp_servers': ['10.231.136.98'],