@@ -0,0 +1,16 @@
+configs:
+ - dest: /etc/unbound/unbound.conf
+ group: root
+ mode: 0640
+ owner: root
+ src: unbound.conf.j2
+ - dest: /etc/sysconfig/unbound
+ mode: 416
+ src: unbound-sysconf.j2
+packages:
+ - unbound
+test_programs:
+ - unbound-checkconf
+
@@ -0,0 +1,12 @@
+ - bind
+ - bind-utils
+ - src: named.conf.j2
+ dest: /etc/named.conf
+ owner: named
+ group: named
+service: bind
+fwsvc: dns
@@ -0,0 +1,24 @@
+[dnsservers:children]
+primary
+secondary
+[dnsservers:vars]
+service=bind
+fwsvc=dns
+[primary]
+serverd.lab.example.com
+[secondary]
+serverb.lab.example.com
+serverc.lab.example.com
+[caching_ns]
+servera.lab.example.com
+[caching_ns:vars]
+service=unbound
+[clients]
+workstation.lab.example.com