mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #490 from ggillies/enable-rhel7
Enabled binary installation on RHEL 7
This commit is contained in:
commit
6ae881add9
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue