Pull in redis for unit tests

We used to get this from puppet-openstack-integration, but since they
dropped this module we need to include it in puppet-tripleo.

Change-Id: I976c2d5c8d1f47a837dadddc9dbccb49e7defbde
Closes-Bug: #1784422
This commit is contained in:
Alex Schultz 2018-07-30 11:02:17 -06:00
parent 97f90021c2
commit 85a302b9a1

View File

@ -82,3 +82,9 @@ mod 'collectd',
mod 'keepalived',
:git => 'https://github.com/Unyonsys/puppet-module-keepalived',
:ref => 'bbca37ade629a9178f09366fd0368187fb645f4e'
# NOTE(aschultz) this redis module was dropped from p-o-i due to issues for
# bionic, so we'll just keep it here for now. LP#1784422
mod 'redis',
:git => 'https://github.com/arioch/puppet-redis',
:ref => 'v3.3.0'