Cleanup of unused code

This commit is contained in:
Johan Björklund 2025-01-30 15:00:10 +01:00
parent 9642eb3d23
commit 8d6e960484
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -78,14 +78,6 @@ class soc::sso(
}
}
if $ssotype == 'apache' {
}
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' {