Merge pull request 'Updated the python version of cerbot freebsd' (#359) from CamilionEU/cdist:cerbot-freebsd into master

Reviewed-on: ungleich-public/cdist#359
This commit is contained in:
nico14571 2023-02-03 21:43:02 +00:00
commit 2a2f91959e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ if [ -z "${certbot_fullpath}" ]; then
esac
;;
freebsd)
__package py37-certbot
__package py39-certbot
certbot_fullpath="/usr/local/bin/certbot"
;;
ubuntu)