Wide distro rullers

This commit is contained in:
Pedro Algarvio 2014-02-20 10:36:34 +00:00
parent 43e4722a1e
commit 5d051e5bdb

View file

@ -1253,7 +1253,7 @@ movefile() {
return 0
}
##############################################################################
#######################################################################################################################
#
# Distribution install functions
#
@ -1328,10 +1328,10 @@ movefile() {
# 5. install_<distro>_<install_type>_check_services
# 6. install_<distro>_check_services
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Ubuntu Install Functions
#
@ -1543,9 +1543,9 @@ install_ubuntu_restart_daemons() {
#
# End of Ubuntu Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Debian Install Functions
#
@ -1881,9 +1881,9 @@ install_debian_restart_daemons() {
#
# Ended Debian Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Fedora Install Functions
#
@ -1995,9 +1995,9 @@ install_fedora_check_services() {
#
# Ended Fedora Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# CentOS Install Functions
#
@ -2184,9 +2184,9 @@ install_centos_testing_post() {
#
# Ended CentOS Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# RedHat Install Functions
#
@ -2388,9 +2388,9 @@ install_red_hat_enterprise_workstation_testing_post() {
#
# Ended RedHat Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Amazon Linux AMI Install Functions
#
@ -2482,9 +2482,9 @@ install_amazon_linux_ami_testing_post() {
#
# Ended Amazon Linux AMI Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Arch Install Functions
#
@ -2639,9 +2639,9 @@ install_arch_linux_restart_daemons() {
#
# Ended Arch Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# FreeBSD Install Functions
#
@ -2874,9 +2874,9 @@ install_freebsd_restart_daemons() {
#
# Ended FreeBSD Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# SmartOS Install Functions
#
@ -3008,9 +3008,9 @@ install_smartos_restart_daemons() {
#
# Ended SmartOS Install Functions
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# openSUSE Install Functions.
#
@ -3160,9 +3160,9 @@ install_opensuse_restart_daemons() {
#
# End of openSUSE Install Functions.
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# SuSE Install Functions.
#
@ -3312,9 +3312,9 @@ install_suse_11_restart_daemons() {
#
# End of SuSE Install Functions.
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Gentoo Install Functions.
#
@ -3434,10 +3434,10 @@ install_gentoo_restart_daemons() {
#
# End of Gentoo Install Functions.
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Default minion configuration function. Matches ANY distribution as long as
# the -c options is passed.
@ -3515,10 +3515,10 @@ config_salt() {
#
# Ended Default Configuration function
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# Default salt master minion keys pre-seed function. Matches ANY distribution
# as long as the -k option is passed.
@ -3550,10 +3550,10 @@ preseed_master() {
#
# Ended Default Salt Master Pre-Seed minion keys function
#
##############################################################################
#######################################################################################################################
##############################################################################
#######################################################################################################################
#
# This function checks if all of the installed daemons are running or not.
#
@ -3583,7 +3583,7 @@ daemons_running() {
#
# Ended daemons running check function
#
##############################################################################
#######################################################################################################################
#======================================================================================================================