Remove logic for CentOS 8/RHEL 8
... because CentOS 8 and RHEL 8 are no longer supported by RDO since Zed release. Change-Id: Ia13da06587e9d44049945952fb754333a529b0ef
This commit is contained in:
parent
670a6e5df1
commit
9d64b592ba
@ -157,17 +157,10 @@ describe 'zaqar::wsgi::apache' do
|
||||
:wsgi_script_source => '/usr/lib/python3/dist-packages/zaqar/transport/wsgi/app.py'
|
||||
}
|
||||
when 'RedHat'
|
||||
if facts[:operatingsystemmajrelease].to_i > 8
|
||||
{
|
||||
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
||||
:wsgi_script_source => '/usr/lib/python3.9/site-packages/zaqar/transport/wsgi/app.py'
|
||||
}
|
||||
else
|
||||
{
|
||||
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
||||
:wsgi_script_source => '/usr/lib/python3.6/site-packages/zaqar/transport/wsgi/app.py'
|
||||
}
|
||||
end
|
||||
{
|
||||
:wsgi_script_path => '/var/www/cgi-bin/zaqar',
|
||||
:wsgi_script_source => '/usr/lib/python3.9/site-packages/zaqar/transport/wsgi/app.py'
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user