-
Notifications
You must be signed in to change notification settings - Fork 241
Fix puppetserver ca sign with puppet 8. #969
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
base: master
Are you sure you want to change the base?
Conversation
|
None of the tests failed? Is this something that could be covered via tests? |
|
@bwitt I have not written any tests for puppet in years.
|
|
This fixes an issue I'm hitting with my puppet server. I don't see any tests for the existing This should be pretty close for tests: |
Add tests for auth.conf file content in puppet_server_spec.rb
Add auth conf tests
|
Added both spec tests. Let me know if this is good enough. |
Fix the tests
|
This fixes the issue for me - loading it directly and not waiting for a release. Thank you! |
|
@ehelms do you think this is good enough to merge? Is there anything that might be missing? We ran into this when installing the latest openVox / Puppet 8. |
Should fix #948