Debian and /usr/lib/python3: fix path

Debian based systems (including Ubuntu and other derivatives) always use
/usr/lib/python3 (and not /usr/lib/python3.x), therefore, we shouldn't
use a variable ${pyver3} instead of the 3.

Change-Id: I5c7faa89d0e719b03c9bb47bb45fa5db4487e0e3
This commit is contained in:
Thomas Goirand 2021-06-16 13:55:29 +02:00
parent 0cfbe2484c
commit d19b7a08e9

View File

@ -20,7 +20,7 @@ class zaqar::params {
'Debian': {
$package_name = 'zaqar-server'
$service_name = 'zaqar-server'
$zaqar_wsgi_script_source = "/usr/lib/python${pyver3}/dist-packages/zaqar/transport/wsgi/app.py"
$zaqar_wsgi_script_source = '/usr/lib/python3/dist-packages/zaqar/transport/wsgi/app.py'
$zaqar_wsgi_script_path = '/usr/lib/cgi-bin/zaqar'
}
default: {