forked from ungleich-public/cdist
[__letsencrypt_cert] Add Arch Linux support
This commit is contained in:
parent
c3af8a0cc0
commit
2bc26e398c
2 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,9 @@ if [ -z "${certbot_fullpath}" ]; then
|
||||||
os_version="$(cat "${__global}/explorer/os_version")"
|
os_version="$(cat "${__global}/explorer/os_version")"
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
|
archlinux)
|
||||||
|
__package certbot
|
||||||
|
;;
|
||||||
debian)
|
debian)
|
||||||
case "$os_version" in
|
case "$os_version" in
|
||||||
8*)
|
8*)
|
||||||
|
|
|
@ -3,6 +3,7 @@ Changelog
|
||||||
|
|
||||||
next:
|
next:
|
||||||
* New types: __xymon_server, __xymon_apache, __xymon_config, __xymon_client (Thomas Eckert)
|
* New types: __xymon_server, __xymon_apache, __xymon_config, __xymon_client (Thomas Eckert)
|
||||||
|
* Type __letsencrypt_cert: Add Arch Linux support (Nico Schottelius)
|
||||||
|
|
||||||
6.0.1: 2019-10-08
|
6.0.1: 2019-10-08
|
||||||
* Type __group: Support OSes without getent (Dennis Camera)
|
* Type __group: Support OSes without getent (Dennis Camera)
|
||||||
|
|
Loading…
Reference in a new issue