Install libapache-wsgi-py3

Change-Id: I068e4af160d010cd8c50523b4e63e6540e844f5c
This commit is contained in:
Tobias Urdin 2018-12-13 11:24:05 +01:00 committed by Lee Yarwood
parent 1c64b5dbb9
commit 2835edbffa
6 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
if ($::os_package_type == 'debian') {
if ($::os['family'] == 'Debian') {
include ::apache::params
class { '::apache':
mod_packages => merge($::apache::params::mod_packages, {

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
if ($::os_package_type == 'debian') {
if ($::os['family'] == 'Debian') {
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
$wsgi_mod_lib = undef
}

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
if ($::os_package_type == 'debian') {
if ($::os['family'] == 'Debian') {
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
$wsgi_mod_lib = 'mod_wsgi.so'
}

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
if ($::os_package_type == 'debian') {
if ($::os['family'] == 'Debian') {
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
$wsgi_mod_lib = 'mod_wsgi.so'
}

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
if ($::os_package_type == 'debian') {
if ($::os['family'] == 'Debian') {
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
$wsgi_mod_lib = 'mod_wsgi.so'
}

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
if ($::os_package_type == 'debian') {
if ($::os['family'] == 'Debian') {
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
$wsgi_mod_lib = 'mod_wsgi.so'
}