No description
Find a file
2015-03-23 06:54:37 -05:00
bind Simplified/unified some of the config state definitions. Added logic to automatically convert lists in pillar data to lists of configuration data for options. 2015-03-23 06:54:37 -05:00
LICENSE Add LICENSE. 2013-07-27 21:29:40 +02:00
pillar.example Add support for dynamic zone updates. 2015-03-22 23:26:35 +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!