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.
Actions