Skip to content

Docker module shouldn't manage the EPEL repository (via the epel module) #9

@tgm4883

Description

@tgm4883

This is specifically an issue on RHEL/CentOS < 7 (Specifically, this code )

Use cases:

  1. 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."
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions