Remove unused items from platform_params

Trivial-Fix

Change-Id: I86da902cdc3864dbca3b4488893972de3097e408
This commit is contained in:
Takashi Kajinami 2022-08-12 01:39:24 +09:00
parent 3c5f719ee6
commit 40957808c8
1 changed files with 2 additions and 6 deletions

View File

@ -204,15 +204,11 @@ describe 'keystone::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/keystone',
:wsgi_script_path => '/usr/lib/cgi-bin/keystone',
}
when 'RedHat'
{
:httpd_service_name => 'httpd',
:httpd_ports_file => '/etc/httpd/conf/ports.conf',
:wsgi_script_path => '/var/www/cgi-bin/keystone',
:wsgi_script_path => '/var/www/cgi-bin/keystone',
}
end
end