Fixing the state that is called by default.

This commit is contained in:
Elijah Lazkani 2017-01-11 17:35:00 -05:00
parent 875c037af9
commit 6c2dd0cc36

View file

@ -96,7 +96,7 @@ function _saltstack () {
then then
sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.sls $1 sudo salt-call --local --config=./ --state-output=changes --log-level=quiet state.sls $1
else 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 fi
} }