From 4d14a77e043dd3cc3dbaa89a10cb2681596180cf Mon Sep 17 00:00:00 2001 From: Graeme Gillies Date: Fri, 7 Nov 2014 14:33:25 +1000 Subject: [PATCH] Enabled binary installation on RHEL 7 RHEL 7 is now available and the packages in EPEL 7 for salt work correctly. We can now do epel installs onto RHEL 7 --- bootstrap-salt.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index ec7272b..e89e377 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2921,11 +2921,6 @@ install_red_hat_linux_git_deps() { return 0 } -install_red_hat_enterprise_linux_7_stable_deps() { - echoerror "Stable version is not available on RHEL 7 Beta/RC. Please set installation type to git." - return 1 -} - install_red_hat_enterprise_linux_stable_deps() { install_red_hat_linux_stable_deps || return 1 return 0