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:
|
soc::intelmq:
|
||||||
use_snakeoil: true
|
use_snakeoil: true
|
||||||
soc::sso:
|
soc::sso:
|
||||||
hostname: 'intelmq-dev.cert.sunet.se'
|
ssotype: 'apache'
|
||||||
groups:
|
groups:
|
||||||
- 'sunet-cert'
|
- 'sunet-cert'
|
||||||
satosa: true
|
satosa: true
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
|
|
||||||
class soc::sso(
|
class soc::sso(
|
||||||
String $ssotype = "docker",
|
String $ssotype = "docker",
|
||||||
String $hostname = undef,
|
Optional[String] $hostname = undef,
|
||||||
String $email = "cert@cert.sunet.se",
|
String $email = "cert@cert.sunet.se",
|
||||||
String $service_endpoint = undef,
|
Optional[String] $service_endpoint = undef,
|
||||||
Array $groups = ['PLACEHOLDER'],
|
Array $groups = ['PLACEHOLDER'],
|
||||||
Array $passthrough = [],
|
Array $passthrough = [],
|
||||||
Boolean $x_remote_user = false,
|
Boolean $x_remote_user = false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue