Skip to content

Commit

Permalink
Merge pull request #44 from Perceptyx/upgrade-py3-freebsd
Browse files Browse the repository at this point in the history
feat(freebsd): upgrade to supported python 3 version
  • Loading branch information
myii authored Sep 1, 2020
2 parents 46a1f19 + 06ff9fb commit bdab1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fail2ban/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% set os_family_map = salt['grains.filter_by']({
'FreeBSD': {
'package': 'py27-fail2ban',
'package': 'py37-fail2ban',
'service': 'fail2ban',
'prefix': '/usr/local',
},
Expand Down

0 comments on commit bdab1ce

Please sign in to comment.