Whitespace uniformity.

This commit is contained in:
Pedro Algarvio 2013-01-22 23:18:50 +00:00
parent 676c8e22e4
commit cc3a9b5f4f

View file

@ -392,8 +392,6 @@ __function_defined() {
}
#--- FUNCTION ----------------------------------------------------------------
# NAME: __git_clone_and_checkout
# DESCRIPTION: (DRY) Helper function to clone and checkout salt to a
@ -558,7 +556,6 @@ install_ubuntu_git_post() {
#
# Debian Install Functions
#
install_debian_deps() {
apt-get update
}
@ -651,7 +648,6 @@ install_fedora_stable() {
yum install -y salt-minion
}
install_fedora_git_deps() {
install_fedora_deps
yum install -y git
@ -759,7 +755,6 @@ install_centos_63_git_post() {
#
##############################################################################
##############################################################################
#
# Arch Install Functions
@ -952,7 +947,6 @@ config_minion() {
##############################################################################
#=============================================================================
# LET'S PROCEED WITH OUR INSTALLATION
#=============================================================================