Skip to content

Commit

Permalink
Disable early error exit, since the salt script is broken for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jul 28, 2014
1 parent 6163989 commit 1530da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/templates/salt-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1530da0

Please sign in to comment.