waveclaw / puppet-subscription_manager

Handle Client Registration to RedHat Satellite 6 or Katello
https://rhn.redhat.com
Other
6 stars 34 forks source link

rhsm_config fails while trying to set ini options that are not supported by the subscription-manager provider #115

Closed waveclaw closed 2 years ago

waveclaw commented 2 years ago

rhsm_config is setting fields like yum_plugin_update in the rhsm section and ssl_verify_depth in the server section.

These cannot be set by the subscription-manager command so need to be skipped.

Documentation needs to be provided for how to configure those through a method such as an ini editing module or the puppet-stdlib's file_line method.

waveclaw commented 2 years ago

Resolved with pull for v5.7.0