vaguerent/plugins/provisioners/salt/bootstrap-salt.sh
2013-08-29 17:40:59 -07:00

7 lines
199 B
Bash
Executable File

#!/bin/sh -
# We just download the bootstrap script by default and execute that.
python \
-c 'import urllib; print urllib.urlopen("http://bootstrap.saltstack.org").read()' \
| sh -s -- "$@"