Create new VMs with Ubuntu 24.04 #628

Merged
greg merged 2 commits from feature/ubuntu_noble into master 2026-04-12 11:32:50 +00:00
Showing only changes of commit 5ed5af6d50 - Show all commits

View File

@@ -26,9 +26,9 @@
include_recipe 'apt'
include_recipe 'timezone_iii'
include_recipe 'ntp'
include_recipe 'kosmos-base::journald_conf'
include_recipe 'kosmos-base::systemd_emails'
include_recipe "ntp" if node["platform"] == "ubuntu" && node["platform_version"].to_f < 24.04
node.override["apt"]["unattended_upgrades"]["enable"] = true
node.override["apt"]["unattended_upgrades"]["mail_only_on_error"] = false