Closed pgassmann closed 7 years ago
puppet resource rhsm_register returns the registration with name set to the proxy address
puppet resource rhsm_register
rhsm_register { '192.168.10.1': ensure => 'present', identity => '431cee5e-ec7e-11e6-baff-2ba028dcb1a6', }
instead of
rhsm_register { 'satellite.example.com': ensure => 'present', identity => '431cee5e-ec7e-11e6-baff-2ba028dcb1a6', }
source is the regular expression in the ruby code of the provider.
puppet resource rhsm_register
returns the registration with name set to the proxy addressinstead of
source is the regular expression in the ruby code of the provider.