inkblot / puppet-bind

18 stars 81 forks source link

init zone #118

Closed rgarrigue closed 7 years ago

rgarrigue commented 7 years ago

Hi

I'm creating a zone with your module, and the initial SOA record is localhost. root.localhost. Tracking down the code I see it's from db.empty, a file.

Why isn't it a template with the correct SOA ? Or is it meant to be updated asap ? Might be a possibility, since I am otherwise stuck with NOTAUTH error trying to get a local key to word.

inkblot commented 7 years ago

Bind does not allow or deny updates based on the content of the SOA record. Your dynamic updates are being denied for some other reason. As for updating the SOA record, you can do this with nsupdate, but I don't recommend automating it since the record contains the zone serial.

rgarrigue commented 7 years ago

Granted for the NOTAUTH issue, I don't remember the exact reason since we've been thinkering Bind & puppet for a week, but it's gone.

Well, I've been thinking about this a bit, I still don't feel confortable with this localhost thing. I understood you saying this is not blocking. But it feels unfinished to me. I'ld expect the module to either

Again maybe this is my newbie understanding. I guess you can close this issue, since now I see how to use this.