-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Consider using a different yum module #284
Comments
I would highly appreciate that as well. I have many servers that run PHP as well as elastic (former elasticsearch). I can't configure those machines via puppet, because the example42-yum dependency in this module clashes with the puppet-yum one in the elastic/elasticsearch puppet module. |
Having dug into the code a bit, it looks to me like the example42-yum could be removed and completely substituted by the yumrepo{} puppet resource, since adding a repository seems to be the only thing that example42-yum is being used for. Using the yumrepo resource seems cleaner (less deps, etc.). I sadly don't have any yum-based machine available for testing though. |
Agreed. The existing redhat.pp also hardcodes the remi56 repo so never allows you to install a different version. I confirmed in a fork that yumrepo{} works fine and completely removes the dependence on example42-yum. |
Would highly agree with using https://forge.puppet.com/puppet/yum instead. example42-yum also introduces conflicts with many other modules expecting the yum module from voxpupuli. |
Same here, I even had to fork this repository to drop this dependency. We are on Ubuntu thus don't need YUM anyways. |
Perhaps the one in this namespace
The text was updated successfully, but these errors were encountered: