[generate.py,ldap_crans.py] On ne programme plus la reconfiguration de services qui n'existent plus.

This commit is contained in:
Valentin Samir 2013-02-13 15:15:18 +01:00
parent ab5320bfd2
commit d735b21bb9
2 changed files with 0 additions and 48 deletions

View file

@ -281,9 +281,6 @@ class dhcp(base_reconfigure):
self._do(dhcp(), self._machines())
class sable(base_reconfigure):
def dhcp(self):
from gen_confs.dhcpd_new import dhcp
self._do(dhcp(), self._machines())
def dns(self):
from gen_confs.bind import dns
@ -302,28 +299,6 @@ class charybde(base_reconfigure):
class routeur(base_reconfigure):
pass
class ragnarok(base_reconfigure):
__restart_wifi_update = False
def macip(self):
# Surcharge car rien à faire ici
pass
def conf_wifi_ng(self):
from gen_confs.wifi_ng import conf_wifi_ng
bornes = None
if os.getenv("BORNE"):
bornes = os.getenv("BORNE").split(",")
self._do(conf_wifi_ng(bornes))
def dhcp(self):
from gen_confs.dhcpd import dhcp
self._do(dhcp(), self._machines())
def droits(self):
from gen_confs.droits import droits_openbsd
self._do(droits_openbsd())
class gordon(base_reconfigure) :
def dhcp(self):
from gen_confs.dhcpd_new import dhcp