jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

Support for Salt Stack #716

Open esacteksab opened 11 years ago

esacteksab commented 11 years ago

I'm not sure if there is any interest, but I use Salt Stack http://saltstack.com/

Something similar to chef.sh, but salt.sh

# Install Salt Stack
wget -O - http://bootstrap.saltstack.org | sudo sh

Their repo about salt-bootstrap: https://github.com/saltstack/salt-bootstrap

More than happy to submit a pull request if need be.

Thanks!

joelwhitehouse commented 10 years ago

Now that vagrant supports salt, veewee <provider> validate <box> should check for the installation of the salt-minion the same way it does for chef and puppet. Verifying the success of salt-call --version on the box would work.