Fix name of the mistral-common package on Debian

The name is mistral-common, not mistral.

Change-Id: Ic7ed1d9b9b94d099fe7c4a487d4635620f854179
This commit is contained in:
Matt Fischer 2016-12-08 19:33:04 -07:00
parent 972b2d319d
commit 9b69a6d8ce
2 changed files with 6 additions and 1 deletions

View File

@ -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'

View File

@ -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'