Skip to content

Instantly share code, notes, and snippets.

@mriedmann
Created June 7, 2015 21:42
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 mriedmann/70e7950abbb8efa11c71 to your computer and use it in GitHub Desktop.
Save mriedmann/70e7950abbb8efa11c71 to your computer and use it in GitHub Desktop.
Setup TheForeman With Saltstack
yum install ruby193-rubygem-foreman_proxy_salt
yum install rubygem-smart_proxy_salt
curl -L https://bootstrap.saltstack.com -o /tmp/install_salt.sh
sudo sh /tmp/install_salt.sh -M git v2015.5.2
rm /tmp/install_salt.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment