Created
April 14, 2016 20:23
-
-
Save valentin2105/46db6b5299ebee5948581704359d4dfc to your computer and use it in GitHub Desktop.
Install Salt on Debian Jessie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -q -O- "http://debian.saltstack.com/debian-salt-team-joehealy.gpg.key" | apt-key add - | |
echo "deb http://debian.saltstack.com/debian jessie-saltstack main" > /etc/apt/sources.list.d/salt.list | |
apt-get update ; apt-get -y install salt-master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment