Stop testing mod-python in beaker

The python apache mod is deprecated and does not work with the wsgi mod.
The apache service dies if both mods are enabled. We can keep the mod
class but it is not worth keeping tests for it.

Change-Id: Ie411ee5c6e9324371eaabe0a6f1761c912a79600
This commit is contained in:
Colleen Murphy 2017-06-11 19:57:04 +02:00
parent 6325c13cf7
commit 5f7b59c32c
1 changed files with 0 additions and 8 deletions

View File

@ -49,11 +49,3 @@ httpd::vhost::redirect { 'redirect':
httpd::mod { 'rewrite':
ensure => present,
}
case $::operatingsystem {
'ubuntu', 'debian': {
class { '::httpd::python': }
}
default: {}
}