mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add RedHat support (based on CentOS).
This commit is contained in:
parent
4a807c5dae
commit
d8507f57f7
1 changed files with 32 additions and 0 deletions
|
@ -876,6 +876,38 @@ install_centos_63_git_post() {
|
|||
#
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# RedHat Install Functions
|
||||
#
|
||||
install_red_hat_linux_63_stable_deps() {
|
||||
install_centos_63_stable_deps
|
||||
}
|
||||
|
||||
install_red_hat_enterprise_linux_63_stable_deps() {
|
||||
install_red_hat_linux_63_stable_deps
|
||||
}
|
||||
|
||||
install_red_hat_linux_63_stable() {
|
||||
install_centos_63_stable
|
||||
}
|
||||
|
||||
install_red_hat_enterprise_linux_63_stable() {
|
||||
install_red_hat_linux_63_stable
|
||||
}
|
||||
|
||||
install_red_hat_linux_63_stable_post() {
|
||||
install_centos_63_stable_post
|
||||
}
|
||||
|
||||
install_red_hat_enterprise_linux_63_stable_post() {
|
||||
install_red_hat_linux_63_stable_post
|
||||
}
|
||||
#
|
||||
# Ended RedHat Install Functions
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
# Arch Install Functions
|
||||
|
|
Loading…
Add table
Reference in a new issue