blob: 06c69f8ac349fe852e357a36aaacdc78e407329b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
programs:
- name: named
binary: named
additional:
- -g
- -d
- "99"
- -c
- named.conf
templates:
- template/named.j2
- template/hints_zone.j2
configs:
- named.conf
- hints.zone
|