9
0
Fork 1

Make sure error document is put in place

This commit is contained in:
Johan Björklund 2025-01-14 10:15:37 +01:00
parent 4bb3a317ff
commit e5c1498751
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -75,6 +75,11 @@ class soc::sso(
}
}
file { '/opt/sso/apache/401.html':
ensure => file,
content => file('soc/sso/401.html'),
}
if $ssotype == 'docker' {
$apache_groups = '/opt/sso/apache/groups.txt'
} elsif $ssotype == 'apache' {