No description
Find a file
Forrest 7a075d1ac6 Merge pull request #51 from saw-leipzig/master
Improvements for Debian based systems
2016-03-03 11:46:39 -08:00
bind Changed hard coded file path to dynamic value. Added possibility to set ACLs via pillar. 2016-03-03 10:01:56 +01:00
LICENSE Update Licensing year and remove extra new line characters 2015-05-07 13:44:53 -04:00
pillar.example Changed hard coded file path to dynamic value. Added possibility to set ACLs via pillar. 2016-03-03 10:01:56 +01:00
README.rst Update example pillar in README to better reflect basic configuration. 2015-03-22 22:10:01 +01: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:
  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!