salt/changelog/62082.fixed
Alexander Graul 856b23c45d
Ignore extend declarations from excluded sls files
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.
2022-10-13 15:26:31 +02:00

1 line
59 B
Text

Ignore extend declarations in sls files that are excluded.