This post gives you instructions to download and install the latest release of Salt 2016.11.2 version on Fedora-24.
By default, Salt2016.11.2 available on Fedora-24,
Now, install the Salt 2016.11.2 packages on Fedora-24 - salt-minion, salt-master or other salt components,
$ sudo dnf install salt-master
$ sudo dnf install salt-minion
$ sudo dnf install salt-ssh
$ sudo dnf install salt-syndic
$ sudo dnf install salt-cloud
$ sudo dnf install salt-api
Start or Stop the above services,
$ sudo systemctl start [salt-*]
$ sudo systemctl stop [salt-*]
Restart all the upgraded services(Upgrade Only)
$ sudo systemctl restart salt-minion
Comments (0)