No description
Find a file
puneet kandhari 60c7d2b7bb Merge pull request #44 from cybacolt/master
allow bind to run in ipv4 or ipv6. if not specified, defaults to bind…
2015-10-30 05:48:52 -05:00
bind allow bind to run in ipv4 or ipv6. if not specified, defaults to bind's default of both. 2015-10-30 18:28:43 +08:00
LICENSE Update Licensing year and remove extra new line characters 2015-05-07 13:44:53 -04:00
pillar.example Fix pillar.example 2015-08-11 11:21:05 +02: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!