tunred into a 'net' module's manifest
This commit is contained in:
parent
2d904af7fb
commit
5061df39c9
2 changed files with 4 additions and 1 deletions
|
@ -130,7 +130,7 @@ nifrontend-sto1-prod-1.sunet.se:
|
||||||
|
|
||||||
'^zoomproxy+\S+-[1-3]\.sunet\.se':
|
'^zoomproxy+\S+-[1-3]\.sunet\.se':
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
sunet::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
|
||||||
sunet::satosa:
|
sunet::satosa:
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
class net::zoom_metadata($filename=undef, $cert=undef, $url=undef) {
|
||||||
|
sunet::metadata { $filename : url => $url, cert => $cert }
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue