mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 09:40:23 +00:00
refactor(map): use config.get
instead of pillar.get
* https://github.com/saltstack-formulas/template-formula/pull/95
This commit is contained in:
parent
1aa6f50091
commit
ca9bbd15a1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
merge = salt['grains.filter_by'](
|
||||
osmap,
|
||||
grain='os',
|
||||
merge = salt['pillar.get']('packages', {}),
|
||||
merge = salt['config.get']('packages', {}),
|
||||
),
|
||||
),
|
||||
base='packages')
|
||||
|
|
Loading…
Add table
Reference in a new issue