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

Ensure foreman_proxy::plugin::pulp does not enable Pulp 2 on EL8 #316

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Jan 28, 2021

No description provided.

@@ -273,7 +273,7 @@
include pulpcore::plugin::certguard # Required to be present by Katello when syncing a content proxy

class { 'foreman_proxy::plugin::pulp':
enabled => !$pulpcore_mirror,
enabled => !$pulpcore_mirror and $facts['os']['release']['major'] == '7',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this would create an issue for non-RH operating systems. What should the behavior be here for those users?

Copy link
Member

Choose a reason for hiding this comment

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

This module doesn't support non-RH OSes so it's not really a factor.

Copy link
Member Author

Choose a reason for hiding this comment

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

This isn't supported anywhere but EL operating systems so we are good.

@ehelms ehelms merged commit 7208182 into theforeman:master Jan 28, 2021
@ekohl ekohl added the Bug label Jan 28, 2021
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