1
votes

Installed salt-minions using saltstack cookbook and different versions of this cookbook been used while installing as minions got connected at different times. Now, would like to know what minion is using what version of the cookbook so is there a way to find from salt-master ?

1

1 Answers

-1
votes

You can retrieve the salt version using grains.fetch like this:

salt '*' grains.fetch saltversion

Source: https://docs.saltstack.com/en/latest/topics/grains/