Open poloz-lab opened 2 years ago
Hi, another related bug,
with debian11, aptitude can't install with wildcard
# /usr/bin/aptitude -y -o DPkg::Options::=--force-confold install wazuh-dashboard=4.3.6-*
Impossible de trouver la version « 4.3.6-* » du paquet « wazuh-dashboard »
This issue is a question about the change introduced in PR #490 .
The -* notation is expanded in the right version but it causes Puppet to detect a version change at every run :
This causes Puppet to return the status 2, which means in puppet-agent manual :
I can confirm it on a Debian 10 machine :
This is not what I expect from Puppet. I want it to tell me that nothing is changed when nothing is changed. But in my Puppet dashboard, it keeps saying that changes were applied.
Is it the expected behaviour ?
Why not do as in the indexer class, or agent class or server class, when the user can fill the whole version number ?