fixed autoupdate for net-ops

This commit is contained in:
Maria Haider 2025-01-30 17:17:01 +01:00
parent 0dd8e7a06d
commit 3eff096c72
Signed by: mariah
GPG key ID: 6EF520A1829E8B1D
2 changed files with 6 additions and 0 deletions

View file

@ -130,6 +130,7 @@ nifrontend-sto1-prod-1.sunet.se:
'^zoomproxy+\S+-[1-3]\.sunet\.se':
sunet::dockerhost2:
autoupdate:
net::zoom_metadata:
filename: /etc/satosa/metadata/zoom.xml
url: https://sunet.zoom.us/saml/metadata/sp

View file

@ -54,3 +54,8 @@ node default {
class infra_ca_rp {
sunet::ici_ca::rp { 'infra': }
}
# enable automatic updates, and automatic reboots
class autoupdate {
class { 'sunet::updater': cron => true, cosmos_automatic_reboot => true }
}