mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Add new whitespace
This commit is contained in:
@@ -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?
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user