Éclatement de config.py

This commit is contained in:
Vincent Le Gallic 2013-03-26 16:26:56 +01:00
parent b2db0bc607
commit cc5a8fad37
3 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@ info["group"] = "bind"
info["perms"] = 0644
import config
import config.dns
from gen_confs.bind import netv4_to_arpa, netv6_to_arpa
comment_start = "//"

View file

@ -8,7 +8,7 @@ comment_start = "//"
header("Options de Bind9")
import config
import config.dns
def notify(ips):
print " also-notify { \n %s;\n };" % ';\n '.join(ips)

View file

@ -9,6 +9,7 @@ comment_start = "//"
header("Options de Bind9")
import config
import config.dns
comment("Listes d'acces")
if has("vlan-isolement"):