mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update salt/state.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
60a4fdb0af
commit
6884678540
1 changed files with 0 additions and 3 deletions
|
@ -4369,9 +4369,6 @@ class BaseHighState:
|
|||
else:
|
||||
include = state.pop("include")
|
||||
|
||||
# Keep track if the state only includes includes
|
||||
empty_state_dict = len(state) == 0
|
||||
|
||||
self._handle_extend(state, sls, saltenv, errors)
|
||||
self._handle_exclude(state, sls, saltenv, errors)
|
||||
self._handle_state_decls(state, sls, saltenv, errors)
|
||||
|
|
Loading…
Add table
Reference in a new issue