- Update all the repositories:
salt ‘*’ cmd.run “aptitude update” - Update the Master:
apt-get upgrade salt-master - Get the existing Minion versions:
salt '*' test.version
salt-run manage.versions - Update the Minions:
alt '*' pkg.install salt-minion refresh=True - Check the versions:
salt '*' test.version
No comments:
Post a Comment