[fix] Add new whitespace

This commit is contained in:
William Wernert
2020-04-29 18:15:21 -04:00
parent 3d04ab59d5
commit 93493b204f
3 changed files with 7 additions and 4 deletions

View File

@@ -764,6 +764,7 @@ master_pillar() {
" ls_batch_count: 125"\ " ls_batch_count: 125"\
" mtu: $MTU" >> "$pillar_file" " mtu: $MTU" >> "$pillar_file"
fi fi
printf '%s\n'\ printf '%s\n'\
" lsheap: $LS_HEAP_SIZE"\ " lsheap: $LS_HEAP_SIZE"\
" lsaccessip: 127.0.0.1"\ " lsaccessip: 127.0.0.1"\
@@ -1125,9 +1126,12 @@ salt_checkin() {
salt-call state.apply ca; salt-call state.apply ca;
salt-call state.apply ssl; salt-call state.apply ssl;
} >> "$setup_log" 2>&1 } >> "$setup_log" 2>&1
;; ;;
esac esac
{
salt-call state.apply ca;
salt-call state.apply ssl;
} >> "$setup_log" 2>&1
} }
# FIXME: should this be a function? # FIXME: should this be a function?

View File

@@ -233,6 +233,7 @@ if [[ $is_node && ! $is_eval ]]; then
fi fi
whiptail_make_changes whiptail_make_changes
set_hostname 2>> "$setup_log" set_hostname 2>> "$setup_log"
set_version 2>> "$setup_log" set_version 2>> "$setup_log"
clear_master 2>> "$setup_log" clear_master 2>> "$setup_log"

View File

@@ -295,8 +295,6 @@ whiptail_enable_components() {
for component in "${COMPONENTS[@]}"; do for component in "${COMPONENTS[@]}"; do
export "$component=1" export "$component=1"
done done
} }
whiptail_eval_adv() { whiptail_eval_adv() {