Skip to content

RFE: Allow configuring repositories exclusively #143

@myllynen

Description

@myllynen

It is not possible to configure repositories exclusively in an idempotent fashion today with rhc. This works:

    rhc_repositories:
      - {name: "*", state: disabled}
      - {name: "rhel-9-for-x86_64-baseos-rpms", state: enabled}
      - {name: "rhel-9-for-x86_64-appstream-rpms", state: enabled}

but this is not idempotent and this seems to do lots of work on each run. It would look better to allow using the purge parameter for configuring repositories exclusively. Thanks.

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