-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
cachedir setting is not idempotent #351
Comments
This could be a quirk of puppetserver and the fact that it doesn't honor settings of vardir in puppet.conf and instead using master-var-dir from puppetserver.conf, therefore $settings::vardir are different. |
I think that's probably the case. Can you confirm which of cachedir belongs to which command? |
The top one is for puppet apply, bottom for puppetserver |
puppetlabs-stdlib provides a fact - $::puppet_vardir, it can be used instead of $settings::vardir, IMHO |
'puppet apply' and 'puppet agent' produce different results for the same code:
The text was updated successfully, but these errors were encountered: