Actions
Bug #25873
closedRHSM: package_profile_on_trans option needs to be set
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Subscription manager commit -> https://github.com/candlepin/subscription-manager/commit/4840136342520ce356254c3452a38368a01b6991 adds the ability to turn on and off package uploads on a DNF transaction. This is accomplished by setting the "package_profile_on_trans" flag in /etc/rhsm/rhsm.conf
We need the https://github.com/theforeman/puppet-certs/blob/master/templates/rhsm-katello-reconfigure.erb script to do something like
subscription-manager config --rhsm.package_profile_on_trans=1 &> /dev/null subscription-manager config --rhsm.report_package_profile=1 &> /dev/null
so that those values are turned on by default.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-certs/pull/240 added
Updated by Partha Aji over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-certs|cf22988072b2051bb4ea52e4040a71cb0b599428.
Updated by John Mitsch over 5 years ago
- Target version set to Katello 3.11.1
- Triaged changed from No to Yes
Actions