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
This commit is contained in:
parent
36dc12c62c
commit
b80da6e23a
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ def _legacy_git_pillar(minion_id, repo_string, pillar_dirs):
|
|||
|
||||
pil = Pillar(opts, __grains__, minion_id, branch)
|
||||
|
||||
return pil.compile_pillar()
|
||||
return pil.compile_pillar(ext=False)
|
||||
|
||||
|
||||
def _update(branch, repo_location):
|
||||
|
|
Loading…
Add table
Reference in a new issue