Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zone regenerates w/ every Puppet run #3

Closed
ajjahn opened this issue Oct 14, 2012 · 0 comments
Closed

Zone regenerates w/ every Puppet run #3

ajjahn opened this issue Oct 14, 2012 · 0 comments

Comments

@ajjahn
Copy link
Owner

ajjahn commented Oct 14, 2012

Due to the zone's serial being set to Time.now.to_i, puppet has to recompile the zone file even if the records haven't changed.

A couple solutions:

  1. One solution would be to set the serial manually in the manifest
  2. Check each concat fragment for differences, only timestamp the zone's serial if there have been changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant