No description
Find a file
Forrest 1199b761a6 Merge pull request #17 from openenvi-formulas/logging-apparmor-bugfix
Switch logging dir to /var/log/named for Debian
2014-11-20 00:58:42 -08:00
bind Switch logging dir to /var/log/named for Ubuntu 2014-11-19 16:16:56 -08:00
LICENSE Add LICENSE. 2013-07-27 21:29:40 +02:00
pillar.example add key for support dynamic zones 2014-10-16 10:54:02 +00:00
README.rst Update README.rst 2014-07-30 13:06:10 -04:00

bind

Formulas to set up and configure the bind DNS server.

Available states

bind

Install the bind package and start the bind service.

bind.config

Manage the bind configuration file.

Example Pillar

bind:
  config:
    name: /etc/named.conf
    source: salt://bind/files/named.conf
    user: root
    group: named
    mode: 640