mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fxd missed proper grains dictionary
This commit is contained in:
parent
72f3548671
commit
cd5ae17e8d
1 changed files with 2 additions and 2 deletions
|
@ -3431,7 +3431,7 @@ def apply_template_on_contents(
|
|||
to_str=True,
|
||||
context=context_dict,
|
||||
saltenv=saltenv,
|
||||
grains=__grains__,
|
||||
grains=__opts__['grains'],
|
||||
pillar=__pillar__,
|
||||
salt=__salt__,
|
||||
opts=__opts__)['data'].encode('utf-8')
|
||||
|
@ -3615,7 +3615,7 @@ def get_managed(
|
|||
context=context_dict,
|
||||
salt=__salt__,
|
||||
pillar=__pillar__,
|
||||
grains=__grains__,
|
||||
grains=__opts__['grains'],
|
||||
opts=__opts__,
|
||||
**kwargs)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue