Switching to variables for debian update timers

This commit is contained in:
Tyler Hale 2022-08-22 14:14:56 -06:00
parent 53804e6cf1
commit 65c015112d
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
4 changed files with 21 additions and 5 deletions

View file

@ -71,6 +71,22 @@ base_core_root_ca_url: ""
# Enables the installation of the cockpit web management package(s)
base_core_web_management: false
# ******
# Debian
# ******
# Automatic Updates
# =============
# commands
# --------
base_debian_automatic_updates_download: "02:00"
base_debian_automatic_updates_download_randomizer: "5m"
base_debian_automatic_updates_update: "02:15"
base_debian_automatic_updates_update_randomizer: "5m"
base_debian_automatic_updates_reboot: "03:30"
# ******
# RedHat
# ******