inkblot/puppet-bind

How to create multiple NS records for master/slave

Closed this issue · 2 comments

I found that slave updates happen very slowly. I think this is why:

http://serverfault.com/questions/531072/bind-slave-slow-to-update-zones

I've been trying to figure out how to get this module to create records like this, with no luck. Is it supported, if so how?

Thanks.

I think this is actually the same underlying issue as #4. I think the problem is that there isn't a way to specify records in a zone's origin using dns_rr.

The resource does work as needed to specify these records. I have some additional documentation ready to provide example usage.