forked from ungleich-public/cdist
[__sysctl] add alpine support
This commit is contained in:
parent
799ec72369
commit
90d9326740
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
#
|
#
|
||||||
# 2014 Steven Armstrong (steven-cdist at armstrong.cc)
|
# 2014 Steven Armstrong (steven-cdist at armstrong.cc)
|
||||||
# 2018 Takashi Yoshi (takashi at yoshi.email)
|
# 2018 Takashi Yoshi (takashi at yoshi.email)
|
||||||
|
# 2019 Nico Schottelius (nico-cdist at schottelius.org)
|
||||||
#
|
#
|
||||||
# This file is part of cdist.
|
# This file is part of cdist.
|
||||||
#
|
#
|
||||||
|
@ -24,7 +25,7 @@ os=$(cat "$__global/explorer/os")
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
# Linux
|
# Linux
|
||||||
redhat|centos|ubuntu|debian|devuan|archlinux|coreos)
|
alpine|redhat|centos|ubuntu|debian|devuan|archlinux|coreos)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
# BSD
|
# BSD
|
||||||
|
|
|
@ -4,6 +4,7 @@ Changelog
|
||||||
next:
|
next:
|
||||||
* Type __letsencrypt_cert: Fix beowulf's spelling (Mondi Ravi)
|
* Type __letsencrypt_cert: Fix beowulf's spelling (Mondi Ravi)
|
||||||
* Core: Add preos functionality (Darko Poljak)
|
* Core: Add preos functionality (Darko Poljak)
|
||||||
|
* Type __sysctl: Add alpine support (Nico Schottelius)
|
||||||
|
|
||||||
5.1.3: 2019-08-30
|
5.1.3: 2019-08-30
|
||||||
* Build: Overcome bash CDPATH when building docs (Dmitry Bogatov)
|
* Build: Overcome bash CDPATH when building docs (Dmitry Bogatov)
|
||||||
|
|
Loading…
Reference in a new issue