No description
Find a file
2013-09-03 15:51:19 -06:00
bind Split bind formula into two states; added map; added pillar examples 2013-09-03 15:51:19 -06:00
LICENSE Add LICENSE. 2013-07-27 21:29:40 +02:00
pillar.example Split bind formula into two states; added map; added pillar examples 2013-09-03 15:51:19 -06:00
README.rst Split bind formula into two states; added map; added pillar examples 2013-09-03 15:51:19 -06: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