-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fixes #13200 - Ensure that the capsule installer sets up a standart p… #76
Conversation
pulp::child::fragment{'gpg_key_proxy': | ||
ssl_content => template('capsule/_pulp_child_gpg_proxy.erb'), | ||
} | ||
|
||
class { '::certs::pulp_child': | ||
hostname => $capsule_fqdn, | ||
notify => [ Class['pulp'], Class['pulp::child'] ], |
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.
Remove the second notify here as we are removing that
This needs to include your new qpid_client class |
34e77e2
to
7e0ffc8
Compare
Tested with theforeman/puppet-certs#78 on a capsule install, which ran fine and I was able to run a capsule sync |
9e97439
to
4885d51
Compare
class { '::certs::pulp_child': | ||
hostname => $capsule_fqdn, | ||
notify => [ Class['pulp'], Class['pulp::child'] ], | ||
::pulp::apache::fragment{'gpg_key_proxy': |
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.
I don't think you need the leading ::
in this case, otherwise looks good!
f087df5
to
3d63bc9
Compare
tested with theforeman/puppet-pulp#133 and theforeman/puppet-certs#78 on a capsule install and it ran successfully |
Can you please update the minimum version of puppet-certs to 0.5.0 and puppet-pulp to 3.2.0 in the metadata.json? |
3d63bc9
to
5212607
Compare
@ehelms updated |
5212607
to
233e31a
Compare
Thanks @johnpmitsch ! |
Fixes #13200 - Ensure that the capsule installer sets up a standart p…
…ulp server