[generate] Mailman est sur redisdead maintenant

darcs-hash:20100831141940-ffbb2-7a0428801dc166b7c683a38ce9482e937814c8fa.gz
This commit is contained in:
Nicolas Dandrimont 2010-08-31 16:19:40 +02:00
parent ed50235c2c
commit a46a617017

View file

@ -129,15 +129,7 @@ class base_reconfigure:
cprint(u"Mise a jour correspondance MAC-IP", 'gras') cprint(u"Mise a jour correspondance MAC-IP", 'gras')
eval("firewall.firewall_%s()" % hostname).mac_ip_maj(ips) eval("firewall.firewall_%s()" % hostname).mac_ip_maj(ips)
class rouge(base_reconfigure): class redisdead(base_reconfigure):
def autostatus(self):
from autostatus import autostatus
self._do(autostatus())
# def dhcp(self):
# from gen_confs.dhcpd import dhcp
# self._do(dhcp(), self._machines())
def droits(self): def droits(self):
from gen_confs.droits import droits_ldap from gen_confs.droits import droits_ldap
self._do(droits_ldap()) self._do(droits_ldap())
@ -152,6 +144,16 @@ class rouge(base_reconfigure):
from adherents import ML_ens from adherents import ML_ens
self._do(ML_ens(mails)) self._do(ML_ens(mails))
class rouge(base_reconfigure):
def autostatus(self):
from autostatus import autostatus
self._do(autostatus())
# def dhcp(self):
# from gen_confs.dhcpd import dhcp
# self._do(dhcp(), self._machines())
def mail_modif(self, trucs): def mail_modif(self, trucs):
""" """
trucs est une liste de recherches à effectuer dans la base trucs est une liste de recherches à effectuer dans la base