mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix for ext_pillar being compiled twice in legacy git_pillar code (2015.5 branch)
This is #28210, opened against the 2015.5 branch. This will conflict when merged forward (into 2015.8) because of the git_pillar rewrite, and the 2015.8 side of the conflict should be kept in all conflicts.
This commit is contained in:
parent
bdd48c92de
commit
ab991d61d9
1 changed files with 1 additions and 1 deletions
|
@ -322,4 +322,4 @@ def ext_pillar(minion_id,
|
|||
|
||||
pil = Pillar(opts, __grains__, minion_id, branch)
|
||||
|
||||
return pil.compile_pillar()
|
||||
return pil.compile_pillar(ext=False)
|
||||
|
|
Loading…
Add table
Reference in a new issue