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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: