forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
7da9390800
commit
40d6b0b814
2 changed files with 14 additions and 14 deletions
|
@ -33,7 +33,7 @@ intelmq-dev.cert.sunet.se:
|
|||
soc::intelmq:
|
||||
use_snakeoil: true
|
||||
soc::sso:
|
||||
hostname: 'intelmq-dev.cert.sunet.se'
|
||||
ssotype: 'apache'
|
||||
groups:
|
||||
- 'sunet-cert'
|
||||
satosa: true
|
||||
|
|
|
@ -31,19 +31,19 @@
|
|||
# Default set to value of proxy.
|
||||
|
||||
class soc::sso(
|
||||
String $ssotype = "docker",
|
||||
String $hostname = undef,
|
||||
String $email = "cert@cert.sunet.se",
|
||||
String $service_endpoint = undef,
|
||||
Array $groups = ['PLACEHOLDER'],
|
||||
Array $passthrough = [],
|
||||
Boolean $x_remote_user = false,
|
||||
Boolean $single_user = false,
|
||||
Boolean $satosa = true,
|
||||
Boolean $satosa_certbot = false,
|
||||
String $translog = 'INFO',
|
||||
String $proxy = 'https://shared-sso-proxy1.cert.sunet.se/idp',
|
||||
String $entityID = $proxy,
|
||||
String $ssotype = "docker",
|
||||
Optional[String] $hostname = undef,
|
||||
String $email = "cert@cert.sunet.se",
|
||||
Optional[String] $service_endpoint = undef,
|
||||
Array $groups = ['PLACEHOLDER'],
|
||||
Array $passthrough = [],
|
||||
Boolean $x_remote_user = false,
|
||||
Boolean $single_user = false,
|
||||
Boolean $satosa = true,
|
||||
Boolean $satosa_certbot = false,
|
||||
String $translog = 'INFO',
|
||||
String $proxy = 'https://shared-sso-proxy1.cert.sunet.se/idp',
|
||||
String $entityID = $proxy,
|
||||
) {
|
||||
|
||||
if $ssotype == "docker" {
|
||||
|
|
Loading…
Add table
Reference in a new issue