Skip to content

Commit

Permalink
fix(ng/map.jinja): use ng:lookup rather than lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 10, 2020
1 parent d41fe3f commit da81c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fail2ban/ng/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'group': 'root',
'mode': '644',
},
}, merge=salt['pillar.get']('fail2ban:lookup')) %}
}, merge=salt['pillar.get']('fail2ban:ng:lookup')) %}

{% set fail2ban = salt['pillar.get'](
'fail2ban:ng',
Expand Down

0 comments on commit da81c59

Please sign in to comment.