Skip to content

Commit

Permalink
Fixes #11222: Match RedHatEnterprise as a RHEL system in rudder-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Aug 7, 2017
1 parent f552bd7 commit 3958202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rudder-setup/detect-os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ detect_os() {
OS_COMPATIBLE_VERSION="${OS_VERSION}"
case "${OS_NAME}" in
RedHat) OS_COMPATIBLE="RHEL" ;;
RedHatEnterprise*) OS_COMPATIBLE="RHEL" ;;
Oracle) OS_COMPATIBLE="RHEL" ;;
CentOS) OS_COMPATIBLE="RHEL" ;;
Amazon) OS_COMPATIBLE="RHEL"
Expand Down

0 comments on commit 3958202

Please sign in to comment.