Fix name of the mistral-common package on Debian
The name is mistral-common, not mistral. Change-Id: Ic7ed1d9b9b94d099fe7c4a487d4635620f854179
This commit is contained in:
@@ -22,7 +22,7 @@ class mistral::params {
|
||||
$mistral_wsgi_script_source = '/usr/lib/python2.7/site-packages/mistral/api/wsgi.py'
|
||||
}
|
||||
'Debian': {
|
||||
$common_package_name = 'mistral'
|
||||
$common_package_name = 'mistral-common'
|
||||
$api_package_name = 'mistral-api'
|
||||
$api_service_name = 'mistral-api'
|
||||
$engine_package_name = 'mistral-engine'
|
||||
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- The name of the mistal common package was incorrect
|
||||
on debian based systems. The correct package name
|
||||
is 'mistral-common'
|
Reference in New Issue
Block a user