[letsencrypt] add support for devuan/beowulf

remotes/origin/5.1
Nico Schottelius 6 years ago
parent f7efde0d0a
commit c0aa2214aa
  1. 3
      cdist/conf/type/__letsencrypt_cert/manifest

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

Loading…
Cancel
Save