adding support for amazon linux

This commit is contained in:
Matt Coddington 2012-01-25 23:11:59 -05:00
commit 211ee5b043
4 changed files with 10 additions and 2 deletions

View file

@ -75,6 +75,11 @@ if [ -f /etc/cdist-preos ]; then
exit 0
fi
if grep -q ^Amazon /etc/system-release 2>/dev/null; then
echo amazon
exit 0
fi
uname_s="$(uname -s)"
# Assume there is no tr on the client -> do lower case ourselves

View file

@ -23,6 +23,9 @@
#
case "$($__explorer/os)" in
amazon)
cat /etc/system-release
;;
archlinux)
# empty, but well...
cat /etc/arch-release