tunred into a 'net' module's manifest

This commit is contained in:
Maria Haider 2025-01-30 15:03:32 +01:00
parent 2d904af7fb
commit 5061df39c9
Signed by: mariah
GPG key ID: 6EF520A1829E8B1D
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -0,0 +1,3 @@
class net::zoom_metadata($filename=undef, $cert=undef, $url=undef) {
sunet::metadata { $filename : url => $url, cert => $cert }
}