puppet-bind/manifests
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.pp Make it all work again. 2015-01-08 08:09:32 -06:00
defaults.pp Add warnings and safety checks and documentation 2016-01-19 07:44:30 -06:00
init.pp - fix conflicts when using bind::updater on all nodes. 2016-01-27 09:49:31 +01:00
key.pp Turn params into defaults and formalize it 2015-12-26 10:06:24 -06:00
keydir.pp Make it all work again. 2015-01-08 08:09:32 -06:00
updater.pp - fix conflicts when using bind::updater on all nodes. 2016-01-27 09:49:31 +01:00
view.pp Add the ability to specify server directives in a view (e.g. using TSIG keys) with a slave -> master. 2015-10-24 09:17:38 -05:00
zone.pp support forwarding a zone to a dns server on port other than 53 2016-02-10 10:47:12 -05:00