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 os product tag based on /etc/os-release #3188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 20, 2022

  1. Add os product tag based on /etc/os-release

    Currently, content filter based on the product-tags only works for RHEL.
    The content filter method should also be usable for other OSses, like
    CentOS, SuSE or even Debian/Ubuntu. With this approach, a
    [os-name]-[os-version] tag is created based on /etc/os-release. The tag
    is only generated and added if the feature is activated by setting
    use_os_release_product=1 in /etc/rhsm/rhsm.conf
    sbernhard committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9d9be80 View commit details
    Browse the repository at this point in the history