Skip to content

Instantly share code, notes, and snippets.

@asmaps
Last active July 15, 2017 16:48
Show Gist options
  • Save asmaps/8492231 to your computer and use it in GitHub Desktop.
Save asmaps/8492231 to your computer and use it in GitHub Desktop.
Debian Wheezy install salt-minion
echo "deb http://debian.saltstack.com/debian wheezy-saltstack main" >> /etc/apt/sources.list.d/salt.list
wget -q -O- "http://debian.saltstack.com/debian-salt-team-joehealy.gpg.key" | apt-key add -
aptitude update
aptitude install salt-minion
echo "master: salt.as-webservices.de" >> /etc/salt/minion
service salt-minion restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment