Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since this project is about learning salt, we use the vagrant salt
provisioner to bring up the salt parts of the nodes. In particular,
all the puppet manifests are removed so that this project only depends
on salt-centric resources.
We add a couple of simple Makefiles to facilitate creating the keys
needed by the salt master and the minions. It's not necessary to use
the Makefiles -- but the keys themselves are required. This way, we
don't have to distribute a set of keys with the salt-sandbox
repository.
We copy the included "hello, world" salt state into a directory that
is shared with the vagrant guest running the salt master. The state
tree is ignored by this git repository so anyone can start
experimenting with salt without having to worry about this repository
trying to track their work.