Debian: Fix missing authn_core when using shibboleth

... otherwise apache2 fails to start with the following error.

Invalid command 'AuthType', perhaps misspelled or defined by a module
not included in the server configuration

Change-Id: I2acf98008a39d44e394a9ac502549df7a07b4e8d
This commit is contained in:
Takashi Kajinami 2023-11-06 02:06:13 +09:00
parent df9ce566c6
commit c4ce6a3919
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ Apache + Shibboleth SP setups, where a REMOTE_USER env variable is always set, e
case $facts['os']['family'] {
'Debian': {
class { 'apache::mod::shib': }
include apache::mod::shib
include apache::mod::authn_core
concat::fragment { 'configure_shibboleth_keystone':
target => "${keystone::wsgi::apache::priority}-keystone_wsgi.conf",