mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 01:30:22 +00:00
27 lines
420 B
Text
27 lines
420 B
Text
bind:
|
|
lookup:
|
|
pkgs:
|
|
- bind
|
|
service:
|
|
- named
|
|
|
|
bind:
|
|
config:
|
|
tmpl: salt://bind/files/debian/named.conf
|
|
user: root
|
|
group: named
|
|
mode: 640
|
|
|
|
bind:
|
|
configured_zones:
|
|
sub.domain.com:
|
|
type: master
|
|
notify: False
|
|
1.168.192.in-addr.arpa:
|
|
type: master
|
|
notify: False
|
|
|
|
available_zones:
|
|
sub.domain.org:
|
|
file: db.sub.domain.org
|
|
masters: "192.168.0.1;"
|