inkblot / puppet-bind

18 stars 82 forks source link

Misc fixes #38

Closed dougneal closed 9 years ago

dougneal commented 9 years ago

dnssec-lookaside no; is not accepted by BIND combined with dnssec-enable no;:

named[11385]: loading configuration from '/etc/bind/named.conf'
named[11385]: /etc/bind/named.conf:15: dnssec-lookaside 'no': non-root not yet supported
named[11385]: /etc/bind/named.conf:15: dnssec-lookaside requires either 'auto' or a domain and trust anchor

Updated the named.conf template to skip all further DNSSEC related options when $dnssec => false.

Also noticed a mismatched variable name in bind::zone and fixed.

inkblot commented 9 years ago

Totally legit. Thanks, @dougneal!

dougneal commented 9 years ago

No probs, I may have more on the way!

inkblot commented 9 years ago

I have release version 4.1.1 to the Puppet Forge with this branch included.