Support Added for Debian 10* in __letsencrypt_cert

remotes/origin/feature/shell-lib
Ahmed Bilal Khalid 5 years ago
parent b039e4b1b4
commit a432d6a51e
  1. 3
      cdist/conf/type/__letsencrypt_cert/manifest

@ -33,6 +33,9 @@ if [ -z "${certbot_fullpath}" ]; then
require="__apt_source/stretch-backports" __package_apt certbot \
--target-release stretch-backports
;;
10*)
__package_apt certbot
;;
*)
echo "Unsupported OS version: $os_version" >&2
exit 1

Loading…
Cancel
Save