No description
Find a file
Joseph Hall acc79746ff Merge pull request #5 from c0m4/patch2
change grains to os_family instead of os (typeo?)
2014-02-19 09:55:41 -07:00
bind also add watch(restarts) for all bind config files 2014-02-19 18:48:24 +02:00
LICENSE Add LICENSE. 2013-07-27 21:29:40 +02:00
pillar.example Updating bind salt-formula to include support to manage Bind on Debian based systems. Also including the ability to manage what zones are configured on DNS servers. Changing defaults to be pulled from the map.jinja. Added values to map.jinja for group and user. 2014-01-03 15:57:10 -08: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