forked from SUNET/soc-ops
Ensure apache2 is installed for sso module
This commit is contained in:
parent
8d6e960484
commit
770b8b60c9
1 changed files with 4 additions and 0 deletions
|
@ -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' {
|
||||
|
|
Loading…
Add table
Reference in a new issue