Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.01 KB

README.rst

File metadata and controls

57 lines (42 loc) · 1.01 KB

bind

Formulas to set up and configure the bind DNS server.

Available states

Install the bind package and start the bind service.

Manage the bind configuration file. Zone files are not generated by this state rather than taken from salt://zones. See pillar.example for how to overwrite this URL.

Example Pillar

bind:
  configured_zones:
    sub.domain.com:
      type: master
      notify: False
  configured_views:
    myview1:
      match_clients:
        - client1
        - client2
    configured_zones:
      my.zone:
        type: master
        notify: False

See bind/pillar.example.

Notes

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