aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/templates/named_master.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-10-27 16:26:51 +0000
committerMichael Scherer <misc@mageia.org>2010-10-27 16:26:51 +0000
commitd7d23683fc0f0c1f74f53e8c3cddb459849ac825 (patch)
tree4d54d0926ee6e750f975787963f48f067c2fcd32 /modules/bind/templates/named_master.conf
parent365f001f49c9d440f8b493124d4e115c7219d342 (diff)
downloadpuppet-d7d23683fc0f0c1f74f53e8c3cddb459849ac825.tar
puppet-d7d23683fc0f0c1f74f53e8c3cddb459849ac825.tar.gz
puppet-d7d23683fc0f0c1f74f53e8c3cddb459849ac825.tar.bz2
puppet-d7d23683fc0f0c1f74f53e8c3cddb459849ac825.tar.xz
puppet-d7d23683fc0f0c1f74f53e8c3cddb459849ac825.zip
- fix the configuration file ( guess next time, I will go to sleep instead of working during the night )
Diffstat (limited to 'modules/bind/templates/named_master.conf')
-rw-r--r--modules/bind/templates/named_master.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bind/templates/named_master.conf b/modules/bind/templates/named_master.conf
index 993a71b3..f5219e94 100644
--- a/modules/bind/templates/named_master.conf
+++ b/modules/bind/templates/named_master.conf
@@ -1,12 +1,12 @@
zone "mageia.org" IN {
type master;
- file "master/mageia.org";
+ file "master/mageia.org.zone";
allow-update { none; };
};
zone "mageia.fr" IN {
type master;
- file "master/mageia.fr";
+ file "master/mageia.fr.zone";
allow-update { none; };
};