Open esacteksab opened 11 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.
I'm not sure if there is any interest, but I use Salt Stack http://saltstack.com/
Something similar to
chef.sh
, butsalt.sh
Their repo about salt-bootstrap: https://github.com/saltstack/salt-bootstrap
More than happy to submit a pull request if need be.
Thanks!