Repositories

On the repositories screen, there are links to the relevant SaltStack documents to reach the installation steps of the minion software to be installed on the clients.

Repositories

Hint

Repository addresses and searches made as ‘saltstack repository’ from search engines go to the same page.

SambaBox supports version 3002.2 for salt-minion installations.

The SaltStack is backwards compatible as long as there is no major version difference. So versions above 3002 can be used for salt-minion.

There is a bootstrap script for Salt that can be used in installations on Linux clients regardless of the operating system. However, it should be noted that curl and python3 packages must be installed and working properly in the system.

You can perform the salt-minion installation by running the commands below on the client.

curl -fsSL https://bootstrap.saltproject.io -o install_salt.sh
sudo sh install_salt.sh -P -x python3