Skip to content

Commit

Permalink
refactor(map): use config.get instead of pillar.get
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 6, 2019
1 parent 1aa6f50 commit ca9bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
merge = salt['grains.filter_by'](
osmap,
grain='os',
merge = salt['pillar.get']('packages', {}),
merge = salt['config.get']('packages', {}),
),
),
base='packages')
Expand Down

0 comments on commit ca9bbd1

Please sign in to comment.