puppet-barbican/releasenotes/notes/fix_ubuntu_install-20a799586184762a.yaml
Matthew J. Black d1764c670a Update barbican for Debian based systems
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
2016-10-10 12:17:01 -04:00

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.