Actions
Bug #13267
closedautoheal not properly set upon registration of a client
Description
register a client with subscription manager
check autoheal on the subscription_facet
it defaults to true, but the db says its false:
2.2.4 :027 > Katello::Host::SubscriptionFacet.first.candlepin_consumer.consumer_attributes['autoheal']
=> true
2.2.4 :028 > Katello::Host::SubscriptionFacet.first.autoheal
=> false
Actions