forked from ungleich-public/cdist
adding support for amazon linux
This commit is contained in:
parent
8447702c50
commit
211ee5b043
4 changed files with 10 additions and 2 deletions
|
|
@ -23,6 +23,9 @@
|
|||
#
|
||||
|
||||
case "$($__explorer/os)" in
|
||||
amazon)
|
||||
cat /etc/system-release
|
||||
;;
|
||||
archlinux)
|
||||
# empty, but well...
|
||||
cat /etc/arch-release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue