Skip to content

Conversation

@ehelms
Copy link
Member

@ehelms ehelms commented Feb 7, 2020

No description provided.

Copy link
Contributor

@wbclark wbclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I believe it needs:

  1. $proxy_pulp_container_to_pulpcore is documented but never actually declared in init.pp.

  2. Should include pulpcore::plugin::container also depend conditionally on this same parameter?

  3. Tests that the parameter works properly

Copy link
Member

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thinking out loud: Apache will be cleaned up so there's no remaining service. Package removal is generally something we don't do so from that perspective I think this makes sense.

Edit: there's a conflict now.

data_dir => '/var/lib/pulp/published/docker/v2/app',
ssl_protocol => $ssl_protocol,
require => Class['certs::apache'],
if !$proxy_pulp_container_to_pulpcore {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if !$proxy_pulp_container_to_pulpcore {
unless $proxy_pulp_container_to_pulpcore {

@ehelms
Copy link
Member Author

ehelms commented Jul 9, 2020

Closing in favor of #271

@ehelms ehelms closed this Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants