forked from ungleich-public/cdist
[cdist]Update os_version for alpine
This commit is contained in:
parent
1b0caeda13
commit
28d3760e29
1 changed files with 4 additions and 1 deletions
|
@ -70,4 +70,7 @@ case "$("$__explorer/os")" in
|
|||
ubuntu)
|
||||
lsb_release -sr
|
||||
;;
|
||||
esac
|
||||
alpine)
|
||||
cat /etc/alpine-release
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue