Remove references to CURCLOSEDAYS in setup

Curator is configured differently now so the variable set during setup is no longer in use
This commit is contained in:
William Wernert
2021-11-10 11:25:51 -05:00
parent 04d2b52306
commit 2c296e832f
3 changed files with 0 additions and 29 deletions

View File

@@ -299,15 +299,6 @@ collect_adminuser_inputs() {
done
}
collect_cur_close_days() {
whiptail_cur_close_days "$CURCLOSEDAYS"
while ! valid_int "$CURCLOSEDAYS"; do
whiptail_invalid_input
whiptail_cur_close_days "$CURCLOSEDAYS"
done
}
collect_dns() {
whiptail_management_interface_dns "8.8.8.8,8.8.4.4"
@@ -1609,7 +1600,6 @@ manager_pillar() {
printf '%s\n'\
" elastalert: 1"\
" es_port: $node_es_port"\
" cur_close_days: $CURCLOSEDAYS"\
" grafana: $GRAFANA"\
" osquery: $OSQUERY"\
" thehive: $THEHIVE"\