-
Notifications
You must be signed in to change notification settings - Fork 37
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
Refs #35005 - use foreman client certs for pulp-cli auth #420
Conversation
7e8676b
to
e1a59a1
Compare
@@ -10,5 +10,8 @@ spec/spec_helper.rb: | |||
- name: root_home | |||
value: /root | |||
source: puppetlabs-stdlib | |||
- name: service_provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was my intention to move to add_mocked_facts!
(from voxpupuli-test) but haven't gotten around to it. We should implement this in our modulesynced spec_helper.rb
. It would make all these custom facts redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, but this would be out of scope for this PR IMHO.
Three commits and one PR is fine |
bbb8ac5
to
fae58b7
Compare
`puppet-certs` dropped the `pulp_client` certs, so let's use use the `foreman` ones instead
this comes from stdlib and is required in newer versions of the postgresql module
the correct parameter to `apache::vhost` is `serveraliases`, not `aliases`. the later is for folder aliases and has totally different syntax. Fixes: 2f9ada4
@ehelms this can now get a nice green checkmark ;-) |
No description provided.