From 5d051e5bdb362f0859133b53ca1c0b77145b4a96 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 20 Feb 2014 10:36:34 +0000 Subject: [PATCH] Wide distro rullers --- bootstrap-salt.sh | 64 +++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index c2b15eb..d0e9d3e 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1253,7 +1253,7 @@ movefile() { return 0 } -############################################################################## +####################################################################################################################### # # Distribution install functions # @@ -1328,10 +1328,10 @@ movefile() { # 5. install___check_services # 6. install__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 # -############################################################################## +####################################################################################################################### #======================================================================================================================