aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bind/templates/named_slave.conf
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-10-26 23:54:17 +0000
committerMichael Scherer <misc@mageia.org>2010-10-26 23:54:17 +0000
commit534bd4a17766186f23f577668da7639f3dad4ffd (patch)
tree4a6220f044d01e6145bfef19e3cc61b6bac3a2cf /modules/bind/templates/named_slave.conf
parent7c39256faf11eb5a8a57915a0409b0c759ca70d2 (diff)
downloadpuppet-534bd4a17766186f23f577668da7639f3dad4ffd.tar
puppet-534bd4a17766186f23f577668da7639f3dad4ffd.tar.gz
puppet-534bd4a17766186f23f577668da7639f3dad4ffd.tar.bz2
puppet-534bd4a17766186f23f577668da7639f3dad4ffd.tar.xz
puppet-534bd4a17766186f23f577668da7639f3dad4ffd.zip
- add bind module
Diffstat (limited to 'modules/bind/templates/named_slave.conf')
-rw-r--r--modules/bind/templates/named_slave.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/bind/templates/named_slave.conf b/modules/bind/templates/named_slave.conf
new file mode 100644
index 00000000..2a3a2fad
--- /dev/null
+++ b/modules/bind/templates/named_slave.conf
@@ -0,0 +1,14 @@
+zone "mageia.org" IN {
+ type slave;
+ file "slave/mageia.org";
+ allow-update { 212.85.158.146; };
+};
+
+zone "mageia.fr" IN {
+ type master;
+ file "master/mageia.fr";
+ allow-update { 212.85.158.146; };
+};
+
+
+