bind-formula/README.rst
2015-03-22 22:07:22 +01:00

722 B

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

Notes

  • When using views all zones must be configured in views!