Skip to content

Commit

Permalink
feat(freebsd): upgrade to supported python 3 version
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
  • Loading branch information
Felipe Zipitria committed Sep 1, 2020
1 parent 46a1f19 commit 06ff9fb
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 06ff9fb

Please sign in to comment.