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:
parent
6325c13cf7
commit
5f7b59c32c
@ -49,11 +49,3 @@ httpd::vhost::redirect { 'redirect':
|
||||
httpd::mod { 'rewrite':
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
case $::operatingsystem {
|
||||
'ubuntu', 'debian': {
|
||||
class { '::httpd::python': }
|
||||
}
|
||||
default: {}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user