d1764c670a
There are barbican packages available for debian based systems but the current module is designed to work with redhat based systems only right now. Change-Id: I4ab2e6ecf6626f4c647299eeec3cd5b3d3fbdaa9
12 lines
709 B
YAML
12 lines
709 B
YAML
---
|
|
issues:
|
|
- Fix for wsgi app locations for Ubuntu/Debian, was previously using RedHat packaging locations.
|
|
- Add conditional to prevent puppet from trying to manage barbican-api service on Ubuntu/Debian
|
|
as the packaging contains no init script for the eventlet.
|
|
- Add api_package_name for Ubuntu/Debian. This worked because the title is the same as the
|
|
package name on Ubuntu/Debian and api_package_name was undefined.
|
|
- Add worker_package_name and worker_service_name for Ubuntu/Debian.
|
|
- Remove unused variable package_name from params for both Ubuntu/Debian and RedHat.
|
|
- Remove service_name for Ubuntu/Debian as there is no init script for Ubuntu/Debian and apache
|
|
must be used.
|