Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use salt provisioner. #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Use salt provisioner. #6

wants to merge 4 commits into from

Conversation

westes
Copy link

@westes westes commented Mar 4, 2016

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.

@westes westes force-pushed the master branch 2 times, most recently from a9d2599 to f36ec85 Compare March 9, 2016 13:43
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant