puppet-bind/templates
Hal Deadman aadc1f2f89 support forwarding a zone to a dns server on port other than 53
e.g. Consul runs on 8600
https://www.consul.io/docs/guides/forwarding.html
zone "consul" IN {
  type forward;
  forward only;
  forwarders { 127.0.0.1 port 8600; };
};
2016-02-10 10:47:12 -05:00
..
acl.erb Handle array values idiomatically 2013-08-08 07:40:00 -05:00
key.conf.erb Give bind::key the ability to generate keys 2015-01-18 10:11:24 -06:00
named.conf.erb Set managed-keys-directory 2015-12-19 09:14:18 -06:00
view.erb Reduce template abstraction and add documentation 2015-10-24 09:17:38 -05:00
zone.conf.erb support forwarding a zone to a dns server on port other than 53 2016-02-10 10:47:12 -05:00