-
Notifications
You must be signed in to change notification settings - Fork 37
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
make all repo types configurable #160
Conversation
02a9010
to
738414f
Compare
manifests/init.pp
Outdated
enable_ostree => $enable_ostree, | ||
enable_rpm => $enable_yum or $enable_file, |
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.
shouldn't there be enable_iso => $enable_file
?
It was added recently ;) theforeman/puppet-pulp@1faa3e7
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 your also need to update the minimum version in metadata.json
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.
ahhhh, didn't realize this was a thing now. @sean797 It doesn't look like that actually would work on its own without enabling yum (since the yum plugin wouldn't be installed, or am i misreading something?)
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.
Ah yes, I think you're right :( theforeman/puppet-pulp#309 😉
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.
updated!
744ddad
to
53782f9
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.
enable_iso
requires pulp 5.3.0 so you could set that as the lower version bound in metadata.json
?
53782f9
to
6dbdad0
Compare
ahhh right, updated! |
@sean797 look good now? |
No description provided.