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

Fixes #13200 - Ensure that the capsule installer sets up a standart p… #76

Merged
merged 1 commit into from
Mar 16, 2016

Conversation

johnpmitsch
Copy link
Contributor

…ulp server

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'] ],
Copy link
Member

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

@ehelms
Copy link
Member

ehelms commented Mar 11, 2016

This needs to include your new qpid_client class

@johnpmitsch johnpmitsch force-pushed the installer_changes branch 4 times, most recently from 34e77e2 to 7e0ffc8 Compare March 11, 2016 21:52
@johnpmitsch
Copy link
Contributor Author

Tested with theforeman/puppet-certs#78 on a capsule install, which ran fine and I was able to run a capsule sync

@johnpmitsch johnpmitsch force-pushed the installer_changes branch 3 times, most recently from 9e97439 to 4885d51 Compare March 15, 2016 20:54
class { '::certs::pulp_child':
hostname => $capsule_fqdn,
notify => [ Class['pulp'], Class['pulp::child'] ],
::pulp::apache::fragment{'gpg_key_proxy':
Copy link
Member

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!

@johnpmitsch
Copy link
Contributor Author

tested with theforeman/puppet-pulp#133 and theforeman/puppet-certs#78 on a capsule install and it ran successfully

@ehelms
Copy link
Member

ehelms commented Mar 16, 2016

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?

@johnpmitsch
Copy link
Contributor Author

@ehelms updated

@ehelms
Copy link
Member

ehelms commented Mar 16, 2016

Thanks @johnpmitsch !

ehelms added a commit that referenced this pull request Mar 16, 2016
Fixes #13200 - Ensure that the capsule installer sets up a standart p…
@ehelms ehelms merged commit 1d0fe89 into theforeman:master Mar 16, 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

Successfully merging this pull request may close these issues.

2 participants