This commit is contained in:
Johan Björklund 2024-11-20 13:36:12 +01:00
parent 8b6dac16d4
commit 4d4311f4f2
Signed by untrusted user: bjorklund
GPG key ID: 5E8401339C7F5037

View file

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