Patch fluentd module for unit tests until code lands

The fluentd tdagent provider is currently wrapped in parser function
rather than just being defined normally. We have a proposed patch to the
main module, but until that time let's pull the fix in for the unit
testing. We don't actually consume this provider in tripleo so it
doesn't affect deployment and only shows up in unit testing.

Change-Id: I73c7e73d3c4f77fcb93bca54157031db0a548b61
Closes-Bug: #1833724
This commit is contained in:
Alex Schultz 2019-06-21 09:31:08 -06:00
parent 1dd761e755
commit d4bd49ec7c
1 changed files with 4 additions and 2 deletions

View File

@ -33,9 +33,11 @@ mod 'fdio',
:git => 'https://git.fd.io/puppet-fdio',
:ref => 'master'
# NOTE(aschultz): Include a fixed version for alternate source until
# https://github.com/soylent/konstantin-fluentd/pull/40 is merged
mod 'fluentd',
:git => 'https://github.com/soylent/konstantin-fluentd',
:ref => 'master'
:git => 'https://github.com/mwhahaha/konstantin-fluentd',
:ref => 'fix-tdagent-provider'
mod 'certmonger',
:git => 'https://github.com/saltedsignal/puppet-certmonger',