Download and install the latest release of SaltStack.
This page contains instructions to download and install the latest release of SaltStack.
Bootstrap works across many platforms and is the easiest way to get started. If you cannot use Bootstrap or if you prefer packages, click the tab for your platform.
Latest release: 2019.2.0 (February 25, 2019)
PYTHON 2.7 DEPRECATION
In light of Python 2.7 reaching its End of Life (EOL) on Jan 1st 2020, Python 2 will be deprecated from SaltStack no earlier then the Sodium release, that is either the Sodium release or a later release. This decision is pending further community discussion.
Salt Bootstrap is a shell script that detects the target platform and selects the best installation method. (Supported Platforms)
Run these commands on the system that you want to use as the central management point.
curl -L https://bootstrap.saltstack.com -o install_salt.sh
sudo sh install_salt.sh -P -MYour Salt master can manage itself, so a Salt minion is installed along with the Salt master. If you do not want to install the minion, also pass the -N option.
Run these commands on each system that you want to manage using Salt.
curl -L https://bootstrap.saltstack.com -o install_salt.sh
sudo sh install_salt.sh -PPost-installation configuration
Installs the latest release. Updating installs the latest release even if it is a new major version.
Read Before Upgrading Debian 8 (Jessie) from Salt Versions Earlier than 2015.8.4
Salt systemd service files are missing the following statement in these versions:
[Service]
KillMode=processThis statement must be added to successfully upgrade on these earlier versions of Salt.
wget -O - https://repo.saltstack.com/apt/debian/9/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/debian/9/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/debian/8/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch maindeb http://repo.saltstack.com/py3/debian/9/amd64/latest stretch maindeb http://repo.saltstack.com/apt/debian/8/amd64/latest jessie mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionPost-installation configuration
Installs the latest release. Updating installs the latest minor release but not a new major version.
Read Before Upgrading Debian 8 (Jessie) from Salt Versions Earlier than 2015.8.4
Salt systemd service files are missing the following statement in these versions:
[Service]
KillMode=processThis statement must be added to successfully upgrade on these earlier versions of Salt.
wget -O - https://repo.saltstack.com/apt/debian/9/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/debian/9/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/debian/8/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/debian/9/amd64/2019.2 stretch maindeb http://repo.saltstack.com/py3/debian/9/amd64/2019.2 stretch maindeb http://repo.saltstack.com/apt/debian/8/amd64/2019.2 jessie mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionPost-installation configuration
Installs a specific release. Updating doesn’t change the release that is installed.
Read Before Upgrading Debian 8 (Jessie) from Salt Versions Earlier than 2015.8.4
Salt systemd service files are missing the following statement in these versions:
[Service]
KillMode=processThis statement must be added to successfully upgrade on these earlier versions of Salt.
wget -O - https://repo.saltstack.com/apt/debian/9/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/debian/9/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/debian/8/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/debian/9/amd64/archive/2019.2.0 stretch maindeb http://repo.saltstack.com/py3/debian/9/amd64/archive/2019.2.0 stretch maindeb http://repo.saltstack.com/apt/debian/8/amd64/archive/2019.2.0 jessie mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionPost-installation configuration
WARNING: Redhat Python 3 support requires that EPEL be previously installed. The Python 3 packages now comes with Python 3.6
Installs the latest release. Updating installs the latest release even if it is a new major version.
sudo yum install https://repo.saltstack.com/yum/redhat/salt-repo-latest.el7.noarch.rpm sudo yum install https://repo.saltstack.com/py3/redhat/salt-py3-repo-latest.el7.noarch.rpmsudo yum install https://repo.saltstack.com/yum/redhat/salt-repo-latest.el6.noarch.rpmRun sudo yum clean expire-cache
sudo yum install salt-mastersudo yum install salt-minionsudo yum install salt-sshsudo yum install salt-syndicsudo yum install salt-cloudsudo yum install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo service salt-minion restartPost-installation configuration
WARNING: Redhat Python 3 support requires that EPEL be previously installed. The Python 3 packages now comes with Python 3.6
Installs the latest release. Updating installs the latest minor release but not a new major version.
sudo yum install https://repo.saltstack.com/yum/redhat/salt-repo-2019.2.el7.noarch.rpm sudo yum install https://repo.saltstack.com/py3/redhat/salt-py3-repo-2019.2.el7.noarch.rpm sudo yum install https://repo.saltstack.com/yum/redhat/salt-repo-2019.2.el6.noarch.rpmRun sudo yum clean expire-cache
sudo yum install salt-mastersudo yum install salt-minionsudo yum install salt-sshsudo yum install salt-syndicsudo yum install salt-cloudsudo yum install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo service salt-minion restartPost-installation configuration
WARNING: Redhat Python 3 support requires that EPEL be previously installed. The Python 3 packages now comes with Python 3.6
Installs a specific release. Updating doesn’t change the release that is installed.
Run the following commands to install the SaltStack repository and key:
sudo rpm --import https://repo.saltstack.com/yum/redhat/7/x86_64/archive/2019.2.0/SALTSTACK-GPG-KEY.pubsudo rpm --import https://repo.saltstack.com/py3/redhat/7/x86_64/archive/2019.2.0/SALTSTACK-GPG-KEY.pubsudo rpm --import https://repo.saltstack.com/yum/redhat/6/x86_64/archive/2019.2.0/SALTSTACK-GPG-KEY.pubSave the following file to /etc/yum.repos.d/saltstack.repo:
[saltstack-repo]
name=SaltStack repo for RHEL/CentOS $releasever
baseurl=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/archive/2019.2.0
enabled=1
gpgcheck=1
gpgkey=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/archive/2019.2.0/SALTSTACK-GPG-KEY.pub[saltstack-repo]
name=SaltStack repo for RHEL/CentOS $releasever PY3
baseurl=https://repo.saltstack.com/py3/redhat/$releasever/$basearch/archive/2019.2.0
enabled=1
gpgcheck=1
gpgkey=https://repo.saltstack.com/py3/redhat/$releasever/$basearch/archive/2019.2.0/SALTSTACK-GPG-KEY.pub[saltstack-repo]
name=SaltStack repo for RHEL/CentOS $releasever
baseurl=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/archive/2019.2.0
enabled=1
gpgcheck=1
gpgkey=https://repo.saltstack.com/yum/redhat/$releasever/$basearch/archive/2019.2.0/SALTSTACK-GPG-KEY.pubRun sudo yum clean expire-cache
sudo yum install salt-mastersudo yum install salt-minionsudo yum install salt-sshsudo yum install salt-syndicsudo yum install salt-cloudsudo yum install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo service salt-minion restartPost-installation configuration
Installs the latest release. Updating installs the latest release even if it is a new major version.
wget -O - https://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/ubuntu/18.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/ubuntu/16.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/ubuntu/18.04/amd64/latest bionic maindeb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/latest xenial maindeb http://repo.saltstack.com/py3/ubuntu/18.04/amd64/latest bionic maindeb http://repo.saltstack.com/py3/ubuntu/16.04/amd64/latest xenial maindeb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/latest trusty mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo service salt-minion restartPost-installation configuration
Installs the latest release. Updating installs the latest minor release but not a new major version.
wget -O - https://repo.saltstack.com/apt/ubuntu/18.04/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/ubuntu/18.04/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/ubuntu/16.04/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/ubuntu/18.04/amd64/2019.2 bionic maindeb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2019.2 xenial maindeb http://repo.saltstack.com/py3/ubuntu/18.04/amd64/2019.2 bionic maindeb http://repo.saltstack.com/py3/ubuntu/16.04/amd64/2019.2 xenial maindeb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/2019.2 trusty mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo service salt-minion restartPost-installation configuration
Installs a specific release. Updating doesn’t change the release that is installed.
wget -O - https://repo.saltstack.com/apt/ubuntu/18.04/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/ubuntu/18.04/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/ubuntu/16.04/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/ubuntu/18.04/amd64/archive/2019.2.0 bionic maindeb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/archive/2019.2.0 xenial maindeb http://repo.saltstack.com/py3/ubuntu/18.04/amd64/archive/2019.2.0 bionic maindeb http://repo.saltstack.com/py3/ubuntu/16.04/amd64/archive/2019.2.0 xenial maindeb http://repo.saltstack.com/apt/ubuntu/14.04/amd64/archive/2019.2.0 trusty mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-apisudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo systemctl restart salt-minionsudo service salt-minion restartPost-installation configuration
Installs the latest release. Updating installs the latest release even if it is a new major version.
sudo zypper addrepo http://repo.saltstack.com/opensuse/SLE_12_SP2/systemsmanagement:saltstack:products.reposudo zypper addrepo http://repo.saltstack.com/opensuse/SLE_11_SP4/systemsmanagement:saltstack:products.reposudo zypper addrepo http://repo.saltstack.com/opensuse/openSUSE_Leap_15.0/systemsmanagement:saltstack:products.reposudo zypper addrepo http://repo.saltstack.com/opensuse/openSUSE_Leap_42.2/systemsmanagement:saltstack:products.reposudo zypper addrepo http://repo.saltstack.com/opensuse/openSUSE_Leap_42.3/systemsmanagement:saltstack:products.reposudo zypper addrepo http://repo.saltstack.com/opensuse/openSUSE_Tumbleweed/systemsmanagement:saltstack:products.repoRefresh the package list:
sudo zypper refreshsudo zypper install salt-mastersudo zypper install salt-minionsudo zypper install salt-sshsudo zypper install salt-syndicsudo zypper install salt-cloudsudo zypper install salt-apisudo zypper install salt-proxysudo systemctl restart salt-minionor
sudo service salt-minion restartPost-installation configuration
Installs the latest release. Updating installs the latest release even if it is a new major version.
Currently Salt 2018.3.3 is available for Fedora stable, however Salt 2019.2.0 is available from the testing repo and is expected to migrate to stable soon.
sudo dnf install salt-mastersudo dnf install salt-minionsudo dnf install salt-sshsudo dnf install salt-syndicsudo dnf install salt-cloudsudo dnf install salt-apiPost-installation configuration
Installs the latest release. Updating installs the latest minor release but not a new major version.
Currently Salt 2018.3.3 is available for Fedora stable, however Salt 2019.2.0 is available from the testing repo and is expected to migrate to stable soon.
sudo dnf install salt-mastersudo dnf install salt-minionsudo dnf install salt-sshsudo dnf install salt-syndicsudo dnf install salt-cloudsudo dnf install salt-apiPost-installation configuration
Installs a specific release.
sudo dnf install salt-master-2018.3.3sudo dnf install salt-minion-2018.3.3sudo dnf install salt-ssh-2018.3.3sudo dnf install salt-syndic-2018.3.3sudo dnf install salt-cloud-2018.3.3sudo dnf install salt-api-2018.3.3Post-installation configuration
AMD64: Salt-Minion-2019.2.0-Py2-AMD64-Setup.exe | MD5 | SHA256
AMD64: Salt-Minion-2019.2.0-Py3-AMD64-Setup.exe | MD5 | SHA256
The installer can be run silently by providing the /S option at the command line. The options /master and /minion-name allow for configuring the master hostname and minion name, respectively. Here’s an example of running a silent installation from the command line:
Salt-Minion-2019.2.0-Py2-AMD64-Setup.exe /S /master=yoursaltmaster /minion-name=yourminionnameSalt-Minion-2019.2.0-Py3-AMD64-Setup.exe /S /master=yoursaltmaster /minion-name=yourminionnamePost-installation configuration
OS X Gatekeeper settings might prevent installation of the Salt package. If a warning appears during installation, open System Preferences > Security & Privacy > click Open Anyway
After the installation completes, run the following to configure the Salt minion ID, the Salt master location, and to start the required services.
sudo salt-config -i yourminionname -m yoursaltmasterOn OS X, the Salt minion configuration file is in the standard /etc/salt/minion location. To stop the Salt minion, run the following:
sudo launchctl stop com.saltstack.salt.minionTo start the Salt minion, run the following:
sudo launchctl start com.saltstack.salt.minionPost-installation configuration
Installs the latest release. Updating installs the latest release even if it is a new major version.
sudo yum install https://repo.saltstack.com/yum/amazon/salt-amzn2-repo-latest.amzn2.noarch.rpmsudo yum install https://repo.saltstack.com/yum/amazon/salt-amzn-repo-latest.amzn1.noarch.rpmRun sudo yum clean expire-cache
sudo yum install salt-mastersudo yum install salt-minionsudo yum install salt-sshsudo yum install salt-syndicsudo yum install salt-cloudsudo yum install salt-apisudo service salt-minion restartPost-installation configuration
Installs the latest release. Updating installs the latest minor release but not a new major version.
sudo yum install https://repo.saltstack.com/yum/amazon/salt-amzn2-repo-2019.2.amzn2.noarch.rpmsudo yum install https://repo.saltstack.com/yum/amazon/salt-amzn-repo-2019.2.amzn1.noarch.rpmRun sudo yum clean expire-cache
sudo yum install salt-mastersudo yum install salt-minionsudo yum install salt-sshsudo yum install salt-syndicsudo yum install salt-cloudsudo yum install salt-apisudo service salt-minion restart Post-installation configuration
Installs a specific release. Updating doesn’t change the release that is installed.
Run the following commands to install the SaltStack repository and key:
sudo rpm --import https://repo.saltstack.com/yum/amazon/2/x86_64/archive/2019.2.0/SALTSTACK-GPG-KEY.pubsudo rpm --import https://repo.saltstack.com/yum/amazon/latest/x86_64/archive/2019.2.0/SALTSTACK-GPG-KEY.pubSave the following file to /etc/yum.repos.d/saltstack-amzn.repo:
[saltstack-amzn-repo]
name=SaltStack repo for Amazon Linux 2
baseurl=https://repo.saltstack.com/yum/amazon/2/$basearch/archive/2019.2.0
failovermethod=priority
priority=10
enabled=1
gpgcheck=1
gpgkey=https://repo.saltstack.com/yum/amazon/2/$basearch/archive/2019.2.0/SALTSTACK-GPG-KEY.pub[saltstack-amzn-repo]
name=SaltStack repo for Amazon Linux
baseurl=https://repo.saltstack.com/yum/amazon/latest/$basearch/archive/2019.2.0
failovermethod=priority
priority=10
enabled=1
gpgcheck=1
gpgkey=https://repo.saltstack.com/yum/amazon/latest/$basearch/archive/2019.2.0/SALTSTACK-GPG-KEY.pubRun sudo yum clean expire-cache
sudo yum install salt-mastersudo yum install salt-minionsudo yum install salt-sshsudo yum install salt-syndicsudo yum install salt-cloudsudo yum install salt-apisudo service salt-minion restart Post-installation configuration
Installs the latest release. Updating installs the latest release even if it is a new major version.
wget -O - https://repo.saltstack.com/apt/debian/9/armhf/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/debian/9/armhf/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/debian/8/armhf/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/debian/9/armhf/latest stretch maindeb http://repo.saltstack.com/py3/debian/9/armhf/latest stretch maindeb http://repo.saltstack.com/apt/debian/8/armhf/latest jessie mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-api(Upgrade only) Restart all upgraded services, for example:
sudo systemctl restart salt-minionPost-installation configuration
Installs the latest release. Updating installs the latest minor release but not a new major version.
wget -O - https://repo.saltstack.com/apt/debian/9/armhf/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/debian/9/armhf/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/debian/8/armhf/2019.2/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/debian/9/armhf/2019.2 stretch maindeb http://repo.saltstack.com/py3/debian/9/armhf/2019.2 stretch maindeb http://repo.saltstack.com/apt/debian/8/armhf/2019.2 jessie mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-api(Upgrade only) Restart all upgraded services, for example:
sudo systemctl restart salt-minionPost-installation configuration
Installs a specific release. Updating doesn’t change the release that is installed.
wget -O - https://repo.saltstack.com/apt/debian/9/armhf/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/py3/debian/9/armhf/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -wget -O - https://repo.saltstack.com/apt/debian/8/armhf/archive/2019.2.0/SALTSTACK-GPG-KEY.pub | sudo apt-key add -/etc/apt/sources.list.d/saltstack.list:
deb http://repo.saltstack.com/apt/debian/9/armhf/archive/2019.2.0 stretch maindeb http://repo.saltstack.com/py3/debian/9/armhf/archive/2019.2.0 stretch maindeb http://repo.saltstack.com/apt/debian/8/armhf/archive/2019.2.0 jessie mainRun sudo apt-get update
sudo apt-get install salt-mastersudo apt-get install salt-minionsudo apt-get install salt-sshsudo apt-get install salt-syndicsudo apt-get install salt-cloudsudo apt-get install salt-api(Upgrade only) Restart all upgraded services, for example:
sudo systemctl restart salt-minionPost-installation configuration
The SaltStack package repo supports mirroring using rsync.
Rsync used to be available from both rsync.repo.saltstack.com and repo.saltstack.com. Going forward, only rsync.repo.saltstack.com will be available. Please check your scripts.
rsync rsync://rsync.repo.saltstack.comFor example:
rsync -vaH --numeric-ids --delete --delete-after --delay-updates rsync://rsync.repo.saltstack.com/saltstack_pkgrepo_full ./fullrepoFor installation on other platforms and alternative installation methods, see the SaltStack Installation Instructions.