[generate] Mailman est sur redisdead maintenant
darcs-hash:20100831141940-ffbb2-7a0428801dc166b7c683a38ce9482e937814c8fa.gz
This commit is contained in:
parent
ed50235c2c
commit
a46a617017
1 changed files with 11 additions and 9 deletions
|
@ -129,15 +129,7 @@ class base_reconfigure:
|
|||
cprint(u"Mise a jour correspondance MAC-IP", 'gras')
|
||||
eval("firewall.firewall_%s()" % hostname).mac_ip_maj(ips)
|
||||
|
||||
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())
|
||||
|
||||
class redisdead(base_reconfigure):
|
||||
def droits(self):
|
||||
from gen_confs.droits import droits_ldap
|
||||
self._do(droits_ldap())
|
||||
|
@ -152,6 +144,16 @@ class rouge(base_reconfigure):
|
|||
from adherents import ML_ens
|
||||
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):
|
||||
"""
|
||||
trucs est une liste de recherches à effectuer dans la base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue