Install libapache-wsgi-py3
Change-Id: I068e4af160d010cd8c50523b4e63e6540e844f5c
This commit is contained in:
parent
1c64b5dbb9
commit
2835edbffa
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
if ($::os_package_type == 'debian') {
|
if ($::os['family'] == 'Debian') {
|
||||||
include ::apache::params
|
include ::apache::params
|
||||||
class { '::apache':
|
class { '::apache':
|
||||||
mod_packages => merge($::apache::params::mod_packages, {
|
mod_packages => merge($::apache::params::mod_packages, {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
if ($::os_package_type == 'debian') {
|
if ($::os['family'] == 'Debian') {
|
||||||
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
||||||
$wsgi_mod_lib = undef
|
$wsgi_mod_lib = undef
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
if ($::os_package_type == 'debian') {
|
if ($::os['family'] == 'Debian') {
|
||||||
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
||||||
$wsgi_mod_lib = 'mod_wsgi.so'
|
$wsgi_mod_lib = 'mod_wsgi.so'
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
if ($::os_package_type == 'debian') {
|
if ($::os['family'] == 'Debian') {
|
||||||
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
||||||
$wsgi_mod_lib = 'mod_wsgi.so'
|
$wsgi_mod_lib = 'mod_wsgi.so'
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
if ($::os_package_type == 'debian') {
|
if ($::os['family'] == 'Debian') {
|
||||||
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
||||||
$wsgi_mod_lib = 'mod_wsgi.so'
|
$wsgi_mod_lib = 'mod_wsgi.so'
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
if ($::os_package_type == 'debian') {
|
if ($::os['family'] == 'Debian') {
|
||||||
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
$wsgi_mod_package = 'libapache2-mod-wsgi-py3'
|
||||||
$wsgi_mod_lib = 'mod_wsgi.so'
|
$wsgi_mod_lib = 'mod_wsgi.so'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user