9
0
Fork 1

Compare commits

..

No commits in common. "f8c1cc16f59b3114f14152606bfcc8f817740b12" and "da2d2bdf04e8d5534bd0046236be076086027891" have entirely different histories.

3 changed files with 15 additions and 4 deletions

View file

@ -50,7 +50,7 @@ class soc::sso(
Optional[String] $extra_proxy_conf = undef, Optional[String] $extra_proxy_conf = undef,
) { ) {
if $ssotype == 'docker' { if $ssotype == "docker" {
file { '/opt/sso': file { '/opt/sso':
ensure => directory, ensure => directory,
} }

View file

@ -107,7 +107,6 @@ saml2_frontend:
- metadata/graylog-dev.xml - metadata/graylog-dev.xml
- metadata/rt-test.xml - metadata/rt-test.xml
- metadata/zammad-test.xml - metadata/zammad-test.xml
- metadata/zammad-app.xml
entityid: https://test-sso-proxy.cert.sunet.se/idp entityid: https://test-sso-proxy.cert.sunet.se/idp
service: service:
idp: idp:

File diff suppressed because one or more lines are too long