This commit is contained in:
Johan Björklund 2024-11-20 13:33:55 +01:00
parent 40d6b0b814
commit 022ea0c6e3
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -90,8 +90,8 @@ class soc::sso(
#
if $ssotype == 'apache' {
pakage { ['apache2', 'libapache2-mod-shib', 'shibboleth-sp-utils']:
ensure => present
package { ['apache2', 'libapache2-mod-shib', 'shibboleth-sp-utils']:
ensure => installed,
}
$shibbase = '/etc/shibboleth'