<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hello everybody. I have puppet running in my infraestructure and works like a charm.</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">By the way, im using named+dlz and i really have forgotten about zone files tranfer and things like that.</div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Hope that help,</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
Kind regards,</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br><div>Leonardo Santagostini</div></div><div><div><br></div><div><br></div></div>
<br><br><div class="gmail_quote">2013/1/3 Warren Kumari <span dir="ltr"><<a href="mailto:warren@kumari.net" target="_blank">warren@kumari.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
On Jan 3, 2013, at 6:06 AM, Joerg Stephan <<a href="mailto:johe.stephan@ymail.com">johe.stephan@ymail.com</a>> wrote:<br>
<br>
> Hi all,<br>
><br>
><br>
> we are currently using PowerDNS on our 12 Nameservers. Now we are thinking about a migration to bind.<br>
><br>
> So we are seeking a way to distribute the named.conf.x for the several zonfiles. Currently this is solved by powerdns via mysql replication. Is there any tool in bind we could use. Generating the conf file and syncing via ssh/rsync is discussed on our side, and we hoped that there is a "nicer" way.<br>

<br>
</div>Yup, have a look at Puppet.<br>
<br>
For the first while it will seem like way way more work than it is worth (and the whole declarative language bit makes my head hurt) but after investing a few hours getting things setup you'll wonder how you ever managed without it…<br>

Deploying a new server (or configs, etc to a bunch of servers) suddenly becomes trivial...<br>
<div class="im"><br>
><br>
> Many registrys are testing the dns server if the zone is available during the registration. Genrating the new files via cron would cause the registration to fail.<br>
<br>
<br>
</div>Setup Puppet to distribute the file, and then have an exec action that does:<br>
rndc addzone <a href="http://example.com" target="_blank">example.com</a> '{type master; file "master/<a href="http://example.com" target="_blank">example.com</a>"; };'<br>
<br>
on master(s) and:<br>
rndc addzone <a href="http://example.com" target="_blank">example.com</a> '{type slave; master 192.0.2.1; };'<br>
on devices that you have told Puppet are slaves.<br>
<br>
After investing the time you'll wonder how you ever managed >2 boxes without it…<br>
<br>
More more info on Puppet at: <a href="http://puppetlabs.com/puppet/puppet-open-source/" target="_blank">http://puppetlabs.com/puppet/puppet-open-source/</a> and <a href="http://docs.puppetlabs.com/learning/" target="_blank">http://docs.puppetlabs.com/learning/</a><br>

<br>
W<br>
<div class="im"><br>
<br>
<br>
><br>
> Regards<br>
><br>
> Jörg<br>
> _______________________________________________<br>
> Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
><br>
> bind-users mailing list<br>
> <a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
> <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
><br>
<br>
</div>--<br>
"I think perhaps the most important problem is that we are trying to understand the fundamental workings of the universe via a language devised for telling one another when the best fruit is." --Terry Prachett<br>

<div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Please visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</div></div></blockquote></div><br>