diff --git a/gestion/gen_confs/dhcpd.py b/gestion/gen_confs/dhcpd.py index 54138403..fc80c057 100755 --- a/gestion/gen_confs/dhcpd.py +++ b/gestion/gen_confs/dhcpd.py @@ -158,7 +158,7 @@ subnet %(network)s netmask %(netmask)s { # choix du template en fonction de la machine if machine.nom() in ['momo.crans.org']: host_template = self.host_template_ltsp_i386 - elif machine.nom() in ['bulle12.crans.org']: + elif machine.nom() in ['bulle3.crans.org','bulle9.crans.org','bulle10.crans.org','bulle12.crans.org']: host_template = self.host_template_ltsp_powerpc else: host_template = self.host_template