Skip to content

Commit

Permalink
Merge pull request #22 from sticky-note/feat/update
Browse files Browse the repository at this point in the history
feat(freebsd): upgrade python pkgs to `py39-*`
  • Loading branch information
sticky-note authored Jul 25, 2022
2 parents 46b0a96 + 2d78db5 commit c7cb67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alcali/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'RedHat': ['python-virtualenv'],
'Arch': ['python-virtualenv'],
'Debian': ['virtualenv', 'python3-pip', 'python3-virtualenv', 'python3-venv'],
'FreeBSD': ['py38-pip', 'py38-virtualenv'],
'FreeBSD': ['py39-pip', 'py39-virtualenv'],
}.get(grains.os_family) %}
{%- if alcali.config.auth_backend == 'ldap' %}
Expand Down

0 comments on commit c7cb67e

Please sign in to comment.