Fixing the state that is called by default.
This commit is contained in:
parent
875c037af9
commit
6c2dd0cc36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue