mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Explicitly list the grain that we're filtering by
(even though it's the default)
This commit is contained in:
parent
e9e41eb12c
commit
61acd4fd75
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{% import_yaml "postgres/codenamemap.yaml" as codemap %}
|
||||
|
||||
{# get the settings for the os_family grain #}
|
||||
{% set osfam = salt['grains.filter_by'](osmap) or {} %}
|
||||
{% set osfam = salt['grains.filter_by'](osmap, grain='os_family') or {} %}
|
||||
{# get the settings for the oscodename grain, os_family data will override
|
||||
oscodename data #}
|
||||
{% set oscode = salt['grains.filter_by'](codemap,
|
||||
|
|
Loading…
Add table
Reference in a new issue