Disable early error exit, since the salt script is broken for now.

See: https://github.com/saltstack/salt-bootstrap/pull/436
This commit is contained in:
Brendan Burns 2014-07-28 13:32:00 -07:00
parent 616398987a
commit 1530da0053

View File

@ -50,6 +50,8 @@ echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
#
# -M installs the master
set +x
curl -L http://bootstrap.saltstack.com | sh -s -- -M -X
set -x
echo $MASTER_HTPASSWD > /srv/salt/nginx/htpasswd