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
Thank you very much for the salt-minion-py3.sls. I am trying to incorporate into our company Salt upgrade process. I have Windows minion running version 3000 and 3000.1 that need to be upgraded to 3000.2.
Is it an expected behavior for Salt agent to reinstall itself even though the same version is already present?
This is how I run it:
salt '*' pkg.install salt-minion-py3 version=latest
Everytime I run it, the same version (latest 3000.2) gets uninstalled and reinstalled. I expect it to stop and not reinstall if the same version is present.
Thank you,
The text was updated successfully, but these errors were encountered:
I'm gonna give this a kick because it's now happening again.
The 'actual' version of the current salt-minion is 3004-2 but it registers in windows as 3004, so it keeps trying to update to 3004-2
Hi there,
Thank you very much for the salt-minion-py3.sls. I am trying to incorporate into our company Salt upgrade process. I have Windows minion running version 3000 and 3000.1 that need to be upgraded to 3000.2.
Is it an expected behavior for Salt agent to reinstall itself even though the same version is already present?
This is how I run it:
salt '*' pkg.install salt-minion-py3 version=latest
Everytime I run it, the same version (latest 3000.2) gets uninstalled and reinstalled. I expect it to stop and not reinstall if the same version is present.
Thank you,
The text was updated successfully, but these errors were encountered: