-
Notifications
You must be signed in to change notification settings - Fork 28
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
Exclude packages #64
Comments
@thiagolinhares Looking into this a little this morning, it seems to be very inconsistent across OSes on how to "exclude" certain packages. RedHat / yumWith Debian / aptWith SLESWith WindowsThere is no way to exclude or lock packages natively. Whatever was done here would have to be custom. Gathering my thoughtsSo, the support for package "exclusion" seems to be inconsistent and varied across operating systems. The only way i could see us getting around this is to take the list of packages from I think doing something like this is possible, but i see a lot of edge cases that would need to be handled. It looks like all OSes, except windows, support the ability to "lock" packages at a given version. Is this an acceptable solution for you? |
Hi Nick! Thanks for your help!! |
Hi there.
It would be nice to have an option to exclude certain packages from updating/upgrading.
As to identify which package is the right for that O.S, we could use spec class such as Puppet does.
E.g: https://github.com/puppetlabs/puppetlabs-apache/blob/master/spec/classes/apache_spec.rb
The text was updated successfully, but these errors were encountered: