Skip to content

Instantly share code, notes, and snippets.

@tomasfejfar
Created October 12, 2016 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasfejfar/bcd4f2cfe528e7681627bf6ed8536733 to your computer and use it in GitHub Desktop.
Save tomasfejfar/bcd4f2cfe528e7681627bf6ed8536733 to your computer and use it in GitHub Desktop.
Minimal salt setup
curl -L https://bootstrap.saltstack.com -o bootstrap_salt.sh
sudo sh bootstrap_salt.sh
echo "file_client: local" >> /etc/salt/minion
apt-get install python-git
apt-get install software-properties-common
@tomasfejfar
Copy link
Author

More detailed setup instructions I used for mojeskoly.cz are to be found at https://github.com/moje-skoly/salt/blob/master/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment