Demonstration repository for my Saltconf21 talk "Strategies for testing Salt states"
The setup script will configure a python virtualenv with salt installed.
Run ./setup
and wait until the script completes.
Run source vitualenv/bin/activate
to enable the virtualenv for you shell session.
You can then run salt-call
which will use configuration and states in the local directory.