Rocky Linux Hosts Status Warning Subscription manager packages

I get the following warning:
Errata
No installed packages and/or enabled repositories have been reported by subscription-manager.

Expected outcome:
Disable this warning as I use puppet to manage packages and versions.

Foreman and Proxy versions:
3.15

Foreman and Proxy plugin versions:
Katello 4.17
Distribution and version:
Rocky Linux 9.6
Other relevant data:
I’m looking in Admin Settings for the variable that will disable this. Can someone point me to where I can turn this off so the warning goes away for my hosts?

Thanks.

I see this setting - Generate errata status from directly-installable content Let me know if that helps if not, I can give you a rake task to clear that status from all hosts, that you can run daily or whenever you want to.

You’ll see this warning if a host has never reported any installed packages. Running dnf uploadprofile --force-upload should clear it (provided you have at least one enabled repository), or you can clear the host status like @cintrix84 suggested above.

thank you for the reply.