Skip to content

Commit

Permalink
(FM-7605) Disabling conf_enabled on Ubuntu 18.04 by default as it con…
Browse files Browse the repository at this point in the history
…flicts with Shibboleth, causing errors with apache2
  • Loading branch information
david22swan committed Dec 7, 2018
1 parent 518a6dc commit a4c3b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@
'wsgi' => 'libapache2-mod-wsgi',
'xsendfile' => 'libapache2-mod-xsendfile',
}
# Overwrite conf_enabled to be false as it causes errors with Shibboleth when enabled on Ubuntu 18.04
$conf_enabled = undef
} else {
# major.minor version used since Debian stretch and Ubuntu Xenial
$php_version = '7.0'
Expand Down

0 comments on commit a4c3b93

Please sign in to comment.