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

add support for yum-plugin-versionlock #553

Open
vchepkov opened this issue Mar 25, 2018 · 2 comments
Open

add support for yum-plugin-versionlock #553

vchepkov opened this issue Mar 25, 2018 · 2 comments

Comments

@vchepkov
Copy link

Currently /etc/yum/pluginconf.d/versionlock.list is listed in 'exclude' list.
It would be nice to be able to manage it by puppet. If not in augeas itself, then maybe in augeasproviders_yum ?

Thank you,
Vadym

@raphink
Copy link
Member

raphink commented May 16, 2018

What is the format of that file?

@vchepkov
Copy link
Author

From the manual

/etc/yum/pluginconf.d/versionlock.list
              The default place to put package version lock information (one
              package and version per. line). The file takes entries in the
              following format EPOCH:NAME-VERSION-RELEASE.ARCH See rpm(8)
              for more information on custom query formats. If the package
              does not have an EPOCH the number will default to 0.

Real life example:

cat /etc/yum/pluginconf.d/versionlock.list
0:vasclnt-4.1.5-23233.*
0:vasgp-4.1.5-23233.*

Thanks,
Vadym

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

No branches or pull requests

2 participants