From cc5a8fad37c785893ed7d69ea61df8470f67d023 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 26 Mar 2013 16:26:56 +0100 Subject: [PATCH] =?UTF-8?q?=C3=89clatement=20de=20config.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/etc/bind/named.conf.local | 1 + Python/etc/bind/named.conf.notify | 2 +- Python/etc/bind/named.conf.options | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Python/etc/bind/named.conf.local b/Python/etc/bind/named.conf.local index f8da977..2e66716 100644 --- a/Python/etc/bind/named.conf.local +++ b/Python/etc/bind/named.conf.local @@ -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 = "//" diff --git a/Python/etc/bind/named.conf.notify b/Python/etc/bind/named.conf.notify index 018b330..7c10aef 100644 --- a/Python/etc/bind/named.conf.notify +++ b/Python/etc/bind/named.conf.notify @@ -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) diff --git a/Python/etc/bind/named.conf.options b/Python/etc/bind/named.conf.options index ae82fcb..5a62448 100644 --- a/Python/etc/bind/named.conf.options +++ b/Python/etc/bind/named.conf.options @@ -9,6 +9,7 @@ comment_start = "//" header("Options de Bind9") import config +import config.dns comment("Listes d'acces") if has("vlan-isolement"):