No description
Find a file
Ted Strzalkowski 0c072f9fc3 Do not spec dnssec-tools for installation on Debian Jessie.
Due to issues with rollerd[1], dnssec-tools was removed from
testing[2] and did not make it into Debian Jessie.  This removes that
package spec from the formula and leaves it as an exercise to the user
to solve how to satisfy the requirement.

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754704
[2]: https://packages.qa.debian.org/d/dnssec-tools/news/20140812T163915Z.html
2016-04-17 08:36:18 -07:00
bind Do not spec dnssec-tools for installation on Debian Jessie. 2016-04-17 08:36:18 -07:00
LICENSE Update Licensing year and remove extra new line characters 2015-05-07 13:44:53 -04:00
pillar.example Inclusion of additional configuration files added (Debian based only). 2016-03-29 13:37:14 +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!