Skip to content

Commit

Permalink
fix(map.jinja): typo and lookup order
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed May 28, 2019
1 parent 1496eed commit eda8517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
'Mint': {
'keyring_package': 'linuxmint-keyring'
},
}, grain='oscodename', merge=salt['pillar.get']('apt:lookup'), default='Debian') %}
}, grain='oscodename', merge=salt['pillar.get']('apt:lookup'), default='Debian')) %}

0 comments on commit eda8517

Please sign in to comment.