Bug 1491842
| Summary: | rhsm.conf man page needs an update for new [rhsm] auto_enable_yum_plugins | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | Jiri Hnidek <jhnidek> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.5 | CC: | jhnidek, khowell, redakkan, skallesh |
| Target Milestone: | rc | Keywords: | EasyFix, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | subscription-manager-1.20.6-1 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-04-10 09:52:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
John Sefler
2017-09-14 20:00:20 UTC
Verified!
[root@dhcp35-121 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: Unknown
subscription management rules: Unknown
subscription-manager: 1.20.5-1.el7
[root@dhcp35-121 ~]# grep -B1 auto_enable_yum_plugins /etc/rhsm/rhsm.conf
# Manage automatic enabling of yum plugins (product-id, subscription-manager)
auto_enable_yum_plugins = 1
[root@dhcp35-121 ~]# man -P cat rhsm.conf | grep -A2 auto_enable_yum_plugins
auto_enable_yum_plugins
When this option is enabled, then yum plugins subscription-manager and plugin-id are enabled every-time subscription-manager or subscription-manager-gui
is executed.
Actually observe a typo in the man page , plugin-id should be changed to product-id so moving bug back to new Plugin-id has been changed to product-id,so moving bug to verified state
[root@dhcp35-10 ~]# subscription-manager version
server type: This system is currently not registered.
subscription management server: 2.0.43-1
subscription management rules: 5.26
subscription-manager: 1.20.7-1.el7
[root@dhcp35-10 ~]# grep -B1 auto_enable_yum_plugins /etc/rhsm/rhsm.conf
# Manage automatic enabling of yum plugins (product-id, subscription-manager)
auto_enable_yum_plugins = 1
[root@dhcp35-10 ~]# man -P cat rhsm.conf | grep -A2 auto_enable_yum_plugins
auto_enable_yum_plugins
When this option is enabled, then yum plugins subscription-manager and product-id are enabled every-time subscription-manager or subscription-manager-
gui is executed.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0681 |