mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the State object in the state minion module
This commit is contained in:
parent
dcb0bb5884
commit
9aa5b7a296
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ def highstate():
|
|||
CLI Example:
|
||||
salt '*' state.highstate
|
||||
'''
|
||||
st_ = salt.state.State(__opts__)
|
||||
st_ = salt.state.HighState(__opts__)
|
||||
return st_.call_highstate()
|
||||
|
|
Loading…
Add table
Reference in a new issue