Ensure apache2 is installed for sso module

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

View file

@ -76,6 +76,10 @@ class soc::sso(
ensure => file,
content => file('soc/sso/apache-ssl.conf'),
}
} elsif $ssotype == 'apache' {
package { ['apache2',]:
ensure => installed,
}
}
if $ssotype == 'docker' {