mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

sls files that are excluded should not affect other sls files by extending their states. Exclude statements are processed very late in the state processing pipeline to ensure they are not overridden. By that time, extend declarations are already processed. Luckily, it's not necessary to change much, during the extend declarations processing it is easy to check if the sls file that contains a given extend declaration is excluded.
1 line
59 B
Text
1 line
59 B
Text
Ignore extend declarations in sls files that are excluded.
|