Merge pull request #667 from brendandburns/debian

Disable early error exit, since the salt script is broken for now.
This commit is contained in:
brendandburns 2014-07-28 14:02:06 -07:00
commit fd35c28ef4

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