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

seemingly random order within the zonefile #154

Closed
rettier opened this issue Feb 15, 2016 · 1 comment
Closed

seemingly random order within the zonefile #154

rettier opened this issue Feb 15, 2016 · 1 comment

Comments

@rettier
Copy link

rettier commented Feb 15, 2016

i have configured the module to collect the hostnames of all nodes. This works fine but suddenly the entries started to randomly switch places, causing an (unnecessary) eventful report.

Here is a diff puppet reported:

+3      IN  PTR git.sub.domain.com.
+4      IN  PTR test.sub.domain.com.
 1      IN  PTR foreman.sub.domain.com.
 2      IN  PTR vpngate.sub.domain.com.
-4      IN  PTR test.sub.domain.com.
-3      IN  PTR git.sub.domain.com.

entry 1 and 2 sometimes switch places, when calling puppet agent --test in series.
As i understand the concat module they are sorted by their name name which is defined as "db.${zone}.${name}.record" where name is "${hostname},A,${zone}". Yet still they manage to swap places once in a while.

@rettier
Copy link
Author

rettier commented Feb 19, 2016

Fixes by puppetlabs/puppetlabs-concat#391

@rettier rettier closed this as completed Feb 19, 2016
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