[Random] Liste des prises backbone à jour, + modif de generate.
Ignore-this: 14a268b749263623ad6c627776cd0711 darcs-hash:20120809160206-b6762-ef9f4ef53feb736251671becf48c7744c802fc51.gz
This commit is contained in:
parent
1195da42e8
commit
c82deb9299
2 changed files with 11 additions and 15 deletions
|
@ -165,14 +165,6 @@ class redisdead(base_reconfigure):
|
|||
from gen_confs.supervison import mail_solde
|
||||
self._do(mail_solde(modifs))
|
||||
|
||||
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 owl(base_reconfigure):
|
||||
def del_user(self, args):
|
||||
|
@ -246,6 +238,10 @@ class komaz(base_reconfigure):
|
|||
self.__fw().classes_p2p_maj(ips)
|
||||
|
||||
class dyson(base_reconfigure):
|
||||
def autostatus(self):
|
||||
from autostatus import autostatus
|
||||
self._do(autostatus())
|
||||
|
||||
def dhcp(self):
|
||||
from gen_confs.dhcpd_new import dhcp
|
||||
self._do(dhcp(), self._machines())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue