Refactor whole formula
diff --git a/README.md b/README.md
index 9debc9f..ca5d65b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@
zone:
sub.domain.com:
type: master
- notify: false
records:
- name: @
type: A
@@ -18,8 +17,22 @@
1.168.192.in-addr.arpa:
type: master
notify: false
+ slave.domain.com:
+ type: slave
+ notify: true
+ masters:
+ - dns01.domain.com
+ - dns02.domain.com
+ dnssec:
+ enabled: true
+ # Don't hide version
+ version: true
+ # Allow recursion, better don't on public dns servers
+ recursion:
+ hosts:
+ - localhost
## Read more
* https://github.com/theforeman/puppet-dns
-* https://help.ubuntu.com/community/BIND9ServerHowto
\ No newline at end of file
+* https://help.ubuntu.com/community/BIND9ServerHowto