[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"\
" mtu: $MTU" >> "$pillar_file"
fi
printf '%s\n'\
" lsheap: $LS_HEAP_SIZE"\
" lsaccessip: 127.0.0.1"\
@@ -1125,9 +1126,12 @@ salt_checkin() {
salt-call state.apply ca;
salt-call state.apply ssl;
} >> "$setup_log" 2>&1
;;
esac
{
salt-call state.apply ca;
salt-call state.apply ssl;
} >> "$setup_log" 2>&1
}
# FIXME: should this be a function?
@@ -1434,4 +1438,4 @@ es_heapsize() {
NODE_ES_HEAP_SIZE=ES_HEAP_SIZE
export NODE_ES_HEAP_SIZE
fi
}
}

View File

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

View File

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