Verify the salt-common and salt-minion versions

Verify the salt-common and salt-minion versionsΒΆ

To verify the version deployed with the state:

  1. Log in to the physical node console.

  2. To verify the salt-common version, run:

    apt-cache policy salt-common
    
  3. To verify the salt-minion version, run:

    apt-cache policy salt-minion
    

The output for the commands above must show the 2017.7 version. If you have different versions installed, proceed with Install the correct versions of salt-common and salt-minion.