No description
Find a file
Wolodja Wentland 10a7a840ea Merge pull request #19 from saltstack-formulas/style-short-dec
Change states to use short-dec style
2014-12-13 08:09:15 +00:00
bind Change states to use short-dec style 2014-12-13 00:19:58 -07:00
LICENSE Add LICENSE. 2013-07-27 21:29:40 +02:00
pillar.example Add an example of configuring an arbitrary option to pillar.example 2014-11-20 10:45:44 -08: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