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

Fix automation to use foreman-maintain to install packages instead of using yum. #800

Closed
jameerpathan111 opened this issue Sep 6, 2019 · 1 comment

Comments

@jameerpathan111
Copy link
Contributor

As per recent changes in version-locking feature of foreman-maintain, user will only be able to install/update packages using foreman-maintain.
If user wants to install/update packages freely(using yum) then he needs to either disable
packages-locking or add the name of package to whitelist file, but this approach is not supported.

Because of this change we need to make sure that instead of yum we use foreman-maintain to install packages.
Reference:- theforeman/foreman_maintain#278

@lpramuk
Copy link
Contributor

lpramuk commented Sep 6, 2019

We can run every yum command with
--disable-plugin=versionlock and yum works just fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants