You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are packages, for example the famous toml gem, that often get installed with the puppet_gem provider and the puppetserver_gem. So the toml package is actually installed twice. For rpm vs dnf, this isn't correct. The packages were only installed via dnf and are only installed once, not twice. This is an issue for all installed rpms. I think the package collector should only list the provider or the highlevel provider. The same problem exists on Debian based machines with dpkg vs apt.
Expected Behavior
Packages that are installed only once should only be installed once.
Steps to Reproduce
install PE 2021.7.9 or 2023.8.0
Enable package collector
run puppet agent again
check web ui
Environment
RHEL 8
PE 2023.8.0
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
I enabled the package collection in hiera via:
But some packages are listed multiple times:
There are packages, for example the famous toml gem, that often get installed with the puppet_gem provider and the puppetserver_gem. So the toml package is actually installed twice. For rpm vs dnf, this isn't correct. The packages were only installed via dnf and are only installed once, not twice. This is an issue for all installed rpms. I think the package collector should only list the provider or the highlevel provider. The same problem exists on Debian based machines with dpkg vs apt.
Expected Behavior
Packages that are installed only once should only be installed once.
Steps to Reproduce
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: