This commit is contained in:
Johan Björklund 2024-11-20 13:35:23 +01:00
parent 022ea0c6e3
commit 8b6dac16d4
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

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