%for %%interface in range(0, %%int(%%nombre_interfaces))
 %if %%getVar('ssh_eth'+str(%%interface), 'non') == 'oui'
SSHDepuisEth%%interface
 %end if
 %if %%getVar('admin_eth'+str(%%interface), 'non') == 'oui'
 %if not %%is_empty(%%getVar('lightsquid_port', None))
AdminDepuisEth%%interface
 %end if
 %end if
%end for
%if %%install_scribe_dmz == "oui"
ScribeDMZ
%end if
%if %%getVar('activer_nufw', 'non') == "oui"
auth_nufw
%end if
%if %%getVar('activer_squid2', 'non') == "oui"
Activer squid2
%end if
%if %%getVar('activer_cntlm', 'non') == "oui"
cntlm
%end if
%if %%getVar('activer_serveur_nfs', 'non') == "oui"
activer_nfs
%end if
%if %%getVar('activer_ejabberd', 'non') == "oui"
activer_xmpp
%end if
%if %%activer_log_distant == 'oui'
 %if %%activer_reception_logs == 'oui'
  %if %%activer_reception_logs_relp == 'oui'
ClientRsyslogRELP
  %end if
  %if %%activer_reception_logs_tcp == 'oui'
ClientRsyslogTCP
  %end if
  %if %%activer_reception_logs_udp  == 'oui'
ClientRsyslogUDP
  %end if
 %end if
%end if
%if %%getVar('activer_sso', 'non') == 'local'
eole_sso
%end if
%if not %%is_empty(%%getVar('revprox_ead_port', None))
ead_scribe
%end if
%if %%getVar('activer_revprox', 'non') == 'oui'
ActiverNGINX
%end if
%if %%getVar('freerad_listen_int', None)
ActiverRadius%%freerad_listen_int
%end if
%if %%getVar('freerad_listen_addr', None)
 %for num_int in %%range(0, %%int(%%nombre_interfaces))
  %if %%freerad_listen_addr == %%getVar('adresse_ip_eth' + %%str(num_int), None)
ActiverRadiuseth%%num_int
  %end if
 %end for
%end if
