mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Whitespace uniformity.
This commit is contained in:
parent
676c8e22e4
commit
cc3a9b5f4f
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
#=============================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue