You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is specifically an issue on RHEL/CentOS < 7 (Specifically, this code )
Use cases:
A user uses another module to manage the EPEL repository that conflicts with the module that puppetlabs-docker requires. (As discussed in this thread, where the developer states "have whatever is requiring a specific epel module to stop that."
A user uses yumrepo to manage EPEL rather than a module (which is what we do because we have a local copy of all the repositories we use)
Possible fix:
Add a class variable such as 'manage_epel' that can be set to false for users where EPEL is already being managed though some other means.