[dns] Utilisation de bind2 (avec lc_ldap) pour générer le dns
Et du coup, on met de l'ipv6 aux nom de domaines par defaut
This commit is contained in:
parent
0c14649a2c
commit
3177547e7c
4 changed files with 251 additions and 39 deletions
|
@ -289,8 +289,8 @@ class isc(base_reconfigure):
|
|||
class sable(base_reconfigure):
|
||||
|
||||
def dns(self):
|
||||
from gen_confs.bind import dns
|
||||
self._do(dns(), self._machines())
|
||||
from gen_confs.bind2 import dns
|
||||
self._do(dns(), [])
|
||||
|
||||
class routeur(base_reconfigure):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue