fixed autoupdate for net-ops
This commit is contained in:
parent
0dd8e7a06d
commit
3eff096c72
2 changed files with 6 additions and 0 deletions
|
@ -130,6 +130,7 @@ nifrontend-sto1-prod-1.sunet.se:
|
||||||
|
|
||||||
'^zoomproxy+\S+-[1-3]\.sunet\.se':
|
'^zoomproxy+\S+-[1-3]\.sunet\.se':
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
|
autoupdate:
|
||||||
net::zoom_metadata:
|
net::zoom_metadata:
|
||||||
filename: /etc/satosa/metadata/zoom.xml
|
filename: /etc/satosa/metadata/zoom.xml
|
||||||
url: https://sunet.zoom.us/saml/metadata/sp
|
url: https://sunet.zoom.us/saml/metadata/sp
|
||||||
|
|
|
@ -54,3 +54,8 @@ node default {
|
||||||
class infra_ca_rp {
|
class infra_ca_rp {
|
||||||
sunet::ici_ca::rp { 'infra': }
|
sunet::ici_ca::rp { 'infra': }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# enable automatic updates, and automatic reboots
|
||||||
|
class autoupdate {
|
||||||
|
class { 'sunet::updater': cron => true, cosmos_automatic_reboot => true }
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue