Compare commits
2 commits
da2d2bdf04
...
f8c1cc16f5
Author | SHA1 | Date | |
---|---|---|---|
f8c1cc16f5 | |||
ab20732218 |
3 changed files with 4 additions and 15 deletions
|
@ -50,7 +50,7 @@ class soc::sso(
|
|||
Optional[String] $extra_proxy_conf = undef,
|
||||
) {
|
||||
|
||||
if $ssotype == "docker" {
|
||||
if $ssotype == 'docker' {
|
||||
file { '/opt/sso':
|
||||
ensure => directory,
|
||||
}
|
||||
|
|
|
@ -107,6 +107,7 @@ saml2_frontend:
|
|||
- metadata/graylog-dev.xml
|
||||
- metadata/rt-test.xml
|
||||
- metadata/zammad-test.xml
|
||||
- metadata/zammad-app.xml
|
||||
entityid: https://test-sso-proxy.cert.sunet.se/idp
|
||||
service:
|
||||
idp:
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue