Actions
Bug #15524
closedRegistering host with subscription-manager prevents loading puppet facts in subequent run
Description
When importing facts, Foreman checks the last_compile time and prevents importing facts
if that even appeared within previous minute https://github.com/theforeman/foreman/blob/1.11.3/app/models/host/base.rb#L142
This means importing the subscription-manager facts will break loading puppet facts, if done too quickly
(which is usually the case when provisioning)
Actions