From 5f7b59c32c8d4c5e67bb1d7b474d7fc2f4023ba5 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Sun, 11 Jun 2017 19:57:04 +0200 Subject: [PATCH] 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 --- spec/acceptance/fixtures/default.pp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/spec/acceptance/fixtures/default.pp b/spec/acceptance/fixtures/default.pp index 5b7ef43..f703446 100644 --- a/spec/acceptance/fixtures/default.pp +++ b/spec/acceptance/fixtures/default.pp @@ -49,11 +49,3 @@ httpd::vhost::redirect { 'redirect': httpd::mod { 'rewrite': ensure => present, } - -case $::operatingsystem { - 'ubuntu', 'debian': { - class { '::httpd::python': } - } - default: {} -} -