diff --git a/spec/classes/octavia_wsgi_apache_spec.rb b/spec/classes/octavia_wsgi_apache_spec.rb index 2a63f0db..fe3f8997 100644 --- a/spec/classes/octavia_wsgi_apache_spec.rb +++ b/spec/classes/octavia_wsgi_apache_spec.rb @@ -93,15 +93,11 @@ describe 'octavia::wsgi::apache' do case facts[:osfamily] when 'Debian' { - :httpd_service_name => 'apache2', - :httpd_ports_file => '/etc/apache2/ports.conf', :wsgi_script_path => '/usr/lib/cgi-bin/octavia', :wsgi_script_source => '/usr/bin/octavia-wsgi', } when 'RedHat' { - :httpd_service_name => 'httpd', - :httpd_ports_file => '/etc/httpd/conf/ports.conf', :wsgi_script_path => '/var/www/cgi-bin/octavia', :wsgi_script_source => '/usr/bin/octavia-wsgi', }