forked from SUNET/soc-ops
Make sure error document is put in place
This commit is contained in:
parent
4bb3a317ff
commit
e5c1498751
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ class soc::sso(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/opt/sso/apache/401.html':
|
||||||
|
ensure => file,
|
||||||
|
content => file('soc/sso/401.html'),
|
||||||
|
}
|
||||||
|
|
||||||
if $ssotype == 'docker' {
|
if $ssotype == 'docker' {
|
||||||
$apache_groups = '/opt/sso/apache/groups.txt'
|
$apache_groups = '/opt/sso/apache/groups.txt'
|
||||||
} elsif $ssotype == 'apache' {
|
} elsif $ssotype == 'apache' {
|
||||||
|
|
Loading…
Add table
Reference in a new issue