2013-09-03 15:51:19 -06:00
|
|
|
====
|
2013-06-12 23:39:14 -04:00
|
|
|
bind
|
|
|
|
====
|
|
|
|
|
2013-09-03 15:51:19 -06:00
|
|
|
Formulas to set up and configure the bind DNS server.
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
See the full `Salt Formulas installation and usage instructions
|
2014-07-28 19:44:47 -04:00
|
|
|
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.
|
2013-09-03 15:51:19 -06:00
|
|
|
|
|
|
|
Available states
|
|
|
|
================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
``bind``
|
|
|
|
--------
|
|
|
|
|
|
|
|
Install the bind package and start the bind service.
|
|
|
|
|
|
|
|
``bind.config``
|
|
|
|
---------------
|
|
|
|
|
|
|
|
Manage the bind configuration file.
|
|
|
|
|
|
|
|
Example Pillar:
|
|
|
|
|
|
|
|
.. code:: yaml
|
2013-06-12 23:39:14 -04:00
|
|
|
|
2013-09-03 15:51:19 -06:00
|
|
|
bind:
|
|
|
|
config:
|
|
|
|
name: /etc/named.conf
|
|
|
|
source: salt://bind/files/named.conf
|
|
|
|
user: root
|
|
|
|
group: named
|
|
|
|
mode: 640
|