[gen_confs] Sable DNS principal
Ignore-this: ae3e9102b8185caed172d7b7659eb287 darcs-hash:20090420040924-ffbb2-06ada7ef128dbfcc6f28a291d9a9f4261c443ca1.gz
This commit is contained in:
parent
739391c6be
commit
9b34e4182b
2 changed files with 6 additions and 6 deletions
|
@ -128,10 +128,6 @@ class rouge(base_reconfigure):
|
|||
from autostatus import autostatus
|
||||
self._do(autostatus())
|
||||
|
||||
def dns(self):
|
||||
from gen_confs.bind import dns
|
||||
self._do(dns(), self._machines())
|
||||
|
||||
def dhcp(self):
|
||||
from gen_confs.dhcpd import dhcp
|
||||
self._do(dhcp(), self._machines())
|
||||
|
@ -220,6 +216,10 @@ class komaz(base_reconfigure):
|
|||
self.__fw().classes_p2p_maj(ips)
|
||||
|
||||
class sable(base_reconfigure):
|
||||
def dns(self):
|
||||
from gen_confs.bind import dns
|
||||
self._do(dns(), self._machines())
|
||||
|
||||
def bl_carte_etudiant(self):
|
||||
from gen_confs.squid import squid_carte
|
||||
self._do(squid_carte())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue