From 6c2dd0cc36843f518a89bb02783715532aaa81e7 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Wed, 11 Jan 2017 17:35:00 -0500 Subject: [PATCH] Fixing the state that is called by default. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1f62fe9..f67a990 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -96,7 +96,7 @@ function _saltstack () { then sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.sls $1 else - sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.sls state.apply + sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.apply fi }