vagrant/plugins/provisioners/salt/bootstrap-salt.sh

7 lines
199 B
Bash
Raw Normal View History

2013-04-18 12:41:34 +00:00
#!/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 -- "$@"