puppet-subunit2sql/manifests
Colleen Murphy 8360c894db Fix subunit2sql install guard for idempotency
The exec to install subunit2sql tries to compare the output of pip list
versus pip search to determine whether it is on the latest version.
Without this patch, the pip list command produces a string that has too
many spaces on the end and therefore doesn't match the result of the pip
search command. This means that it will always try to reinstall
subunit2sql even when it doesn't need to, which breaks idempotency
tests. This patch fixes the regex group to exclude trailing spaces.

Change-Id: I92f614db2da936d68d8f2305b348c65ba773b01c
2018-08-06 22:04:45 +02:00
..
init.pp Fix subunit2sql install guard for idempotency 2018-08-06 22:04:45 +02:00
server.pp Install/upgrade subunit2sql safely 2017-12-11 21:28:24 +00:00
worker.pp Register the worker daemon with systemd 2017-12-11 21:28:25 +00:00