diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2016-12-14 20:58:39 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2016-12-14 20:58:39 +0000 |
| commit | 6f1bb2e025a069d376122160d17aa4fe052d7e01 (patch) | |
| tree | 3516c3dcaa5706f472ed73b26f9412411ab362e4 /roles/dns | |
| parent | 6ed1417900671dcab08bcf23c754500bcf56a94d (diff) | |
| download | ansible-6f1bb2e025a069d376122160d17aa4fe052d7e01.tar.gz ansible-6f1bb2e025a069d376122160d17aa4fe052d7e01.tar.xz ansible-6f1bb2e025a069d376122160d17aa4fe052d7e01.zip | |
ok built not build
Diffstat (limited to 'roles/dns')
| -rw-r--r-- | roles/dns/files/zones.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/roles/dns/files/zones.conf b/roles/dns/files/zones.conf index 415c3df51..b5380cd6c 100644 --- a/roles/dns/files/zones.conf +++ b/roles/dns/files/zones.conf @@ -392,14 +392,14 @@ zone "fedoraplayground.com" { file "/var/named/master/built/fedoraplayground.com"; }; -# zone "1.0.0.3.0.9.0.3.8.2.0.0.0.1.6.2.ip6.arpa" { -# type master; -# file "/var/named/master/build/1.0.0.3.0.9.0.3.8.2.0.0.0.1.6.2.ip6.arpa"; -# }; - -# zone "0.0.6.0.0.1.0.3.0.8.c.b.5.0.6.2.ip6.arpa" { -# type master; -# file "/var/named/master/build/0.0.6.0.0.1.0.3.0.8.c.b.5.0.6.2.ip6.arpa"; -# }; +zone "1.0.0.3.0.9.0.3.8.2.0.0.0.1.6.2.ip6.arpa" { + type master; + file "/var/named/master/built/1.0.0.3.0.9.0.3.8.2.0.0.0.1.6.2.ip6.arpa"; +}; + +zone "0.0.6.0.0.1.0.3.0.8.c.b.5.0.6.2.ip6.arpa" { + type master; + file "/var/named/master/built/0.0.6.0.0.1.0.3.0.8.c.b.5.0.6.2.ip6.arpa"; +}; ## EOF |
