waveclaw / puppet-subscription_manager

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

fix rhsmd.processTimeout support #103

Closed vchepkov closed 4 years ago

vchepkov commented 4 years ago

It seems even though documentation shows camel case of the parameter it reports it in lowercase:

# subscription-manager config --list
[rhsmd]
   processtimeout = [300]

also seems puppet resources attributes can't be uppercase either

vchepkov commented 4 years ago

Had to fix some comments to keep robocop happy

vchepkov commented 4 years ago

I don't think this is caused by my change and I am not sure how to fix it

       #<Facter::Util::FacterCacheable (class)> received :cached? with unexpected arguments
1084         expected: (:rhsm_disabled_repos, 86400, "/var/cache/rhsm/disabled_repos.yaml")
1085              got: (:rhsm_identity, 86400, "/var/cache/rhsm/identity.yaml")