-
Notifications
You must be signed in to change notification settings - Fork 29
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
use provides, not the python package name for plugins #233
Conversation
evgeni
commented
Oct 19, 2021
•
edited
Loading
edited
@@ -3,10 +3,6 @@ | |||
# @api private | |||
class pulpcore::install { | |||
|
|||
package { 'python3-pulpcore': |
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.
@ekohl or should this "Provides: pulpcore"?
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 think you still want to explicitly install the package in case there is no plugin. I'd be happy with a Provides: pulpcore
and then install pulpcore.
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.
If there is no plugin, pulpcore won't start up 🤷♀️
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 backed these out for now, as tests fail without 🤷♀️
currently failing because the provides aren't published yet, I'll re-kick once that happened |
a818695
to
b9baaf0
Compare
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 wonder if we should mention this in https://github.com/theforeman/puppet-pulpcore#pulpcore-314. Other than that 👍