mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
change auto schedule to every 8 hours and update wording of whiptail auto patch selection - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/84
This commit is contained in:
@@ -42,7 +42,7 @@ patch_os_schedule:
|
|||||||
- function: state.sls
|
- function: state.sls
|
||||||
- job_args:
|
- job_args:
|
||||||
- patch.os
|
- patch.os
|
||||||
- minutes: 1
|
- hours: 8
|
||||||
- splay: {{splay}}
|
- splay: {{splay}}
|
||||||
- return_job: True
|
- return_job: True
|
||||||
|
|
||||||
|
|||||||
@@ -1545,7 +1545,7 @@ whiptail_patch_schedule() {
|
|||||||
# What kind of patch schedule are we doing?
|
# What kind of patch schedule are we doing?
|
||||||
PATCHSCHEDULE=$(whiptail --title "Security Onion Setup" --radiolist \
|
PATCHSCHEDULE=$(whiptail --title "Security Onion Setup" --radiolist \
|
||||||
"Choose OS patch schedule. This will NOT update Security Onion related tools such as Zeek, Elasticsearch, Kibana, SaltStack, etc." 25 115 5 \
|
"Choose OS patch schedule. This will NOT update Security Onion related tools such as Zeek, Elasticsearch, Kibana, SaltStack, etc." 25 115 5 \
|
||||||
"Automatic" "Package updates will be installed automatically" ON \
|
"Automatic" "Package updates will be installed automatically every 8 hours if available" ON \
|
||||||
"Manual" "Package updates will need to be installed manually" OFF \
|
"Manual" "Package updates will need to be installed manually" OFF \
|
||||||
"Import Schedule" "Enter the name of an existing schedule on the following screen and inherit it" OFF \
|
"Import Schedule" "Enter the name of an existing schedule on the following screen and inherit it" OFF \
|
||||||
"New Schedule" "Configure and name a new schedule on the following screen" OFF 3>&1 1>&2 2>&3 )
|
"New Schedule" "Configure and name a new schedule on the following screen" OFF 3>&1 1>&2 2>&3 )
|
||||||
|
|||||||
Reference in New Issue
Block a user