mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Fix osfinger map.jinja
made a copy paste error in map.jinja this fixes #247
This commit is contained in:
parent
c4154ba404
commit
dcce3f6129
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
{% do defaults.apache.update(oscode) %}
|
||||
|
||||
{# merge the osfingermap #}
|
||||
{% set osfinger = salt['grains.filter_by'](osfingermap, grain='oscodename') or {} %}
|
||||
{% set osfinger = salt['grains.filter_by'](osfingermap, grain='osfinger') or {} %}
|
||||
{% do defaults.apache.update(osfinger) %}
|
||||
|
||||
{# merge all #}
|
||||
{% set apache = salt['pillar.get']('apache', default=defaults['apache'], merge=true) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue