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 ability to configure yum plugins #130

Open
vchepkov opened this issue Jan 7, 2019 · 2 comments
Open

add ability to configure yum plugins #130

vchepkov opened this issue Jan 7, 2019 · 2 comments

Comments

@vchepkov
Copy link

vchepkov commented Jan 7, 2019

Currently module doesn't provide an option to configure yum plugins, for example

# cat /etc/yum/pluginconf.d/rhnplugin.conf 
[main]
enabled = 1
keepcache = 0 

or

# cat /etc/yum/pluginconf.d/priorities.conf
[main]
enabled = 1
check_obsoletes = 1
@bastelfreak
Copy link
Member

Hi @vchepkov, thanks for raising this issue. Are you able to provide a patch for it?

@vchepkov
Copy link
Author

vchepkov commented Jan 7, 2019

I can, but my 'test' writing skills are non-existing.
Do you think it's better to expand yum::config with additional parameters or add another 'define' ? yum::define::config, for example?

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

2 participants