Created
February 28, 2014 12:18
-
-
Save samuelleach/9270124 to your computer and use it in GitHub Desktop.
Initial set up for getting started with Saltstack
This file contains 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
brew install saltstack | |
sudo mkdir -p /etc/salt /var/cache/salt /var/log/salt | |
sudo chown -R leach /etc/salt /var/cache/salt /var/log/salt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment