Skip to content

Instantly share code, notes, and snippets.

@mjinks
Created August 10, 2015 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjinks/117e10afec071252b8cc to your computer and use it in GitHub Desktop.
Save mjinks/117e10afec071252b8cc to your computer and use it in GitHub Desktop.
very base (and wrong) bind pillar
bind:
lookup:
pkgs:
- bind
service:
- named
bind:
config:
tmpl: salt://bind/files/debian/named.conf
user: root
group: named
mode: 640
bind:
keys:
configured_zones:
peerlessnetwork.com:
type: master
notify: False
40.93.208.in-addr.arpa:
type: master
notify: False
bind:
available_zones:
peerlessnetwork.com:
file: db.peerlessnetwork.com
masters: "208.93.40.52, 208.93.42.60;"
{# EXAMPLE:
bind:
available_zones:
sub.domain.org:
file: db.sub.domain.org
masters: "192.168.0.1;"
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment