Skip to content

Instantly share code, notes, and snippets.

@valentin2105
Created April 14, 2016 20:23
Show Gist options
  • Save valentin2105/46db6b5299ebee5948581704359d4dfc to your computer and use it in GitHub Desktop.
Save valentin2105/46db6b5299ebee5948581704359d4dfc to your computer and use it in GitHub Desktop.
Install Salt on Debian Jessie
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