mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use __opts__.get
This commit is contained in:
parent
7b50bd1352
commit
3d144e9e7a
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def get_salt_vars():
|
|||
__pillar__ = salt.pillar.get_pillar(
|
||||
__opts__,
|
||||
__grains__,
|
||||
__opts__['id'],
|
||||
__opts__.get('id'),
|
||||
__opts__.get('environment'),
|
||||
).compile_pillar()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue