Pin puppet-redis to 8.0.0

... because recent change to adopt to stdlib 8.0.0[1] causes duplicated
declaration of Package['redis'] when stdlib 7.y.z is used.

[1] a5cc0a194a

Closes-Bug: #1941772
Change-Id: Ibb4ad7bf54b1e41f1cd62373e711c8efa00d7751
This commit is contained in:
Takashi Kajinami 2021-08-27 02:09:15 +09:00
parent 3296269bfd
commit 4931d2cce8
1 changed files with 2 additions and 1 deletions

View File

@ -68,6 +68,7 @@ mod 'keepalived',
:git => 'https://github.com/Unyonsys/puppet-module-keepalived',
:ref => 'bbca37ade629a9178f09366fd0368187fb645f4e'
# NOTE(tkajinam): Pinnned due to LP#1941772
mod 'redis',
:git => 'https://github.com/voxpupuli/puppet-redis',
:ref => 'master'
:ref => 'v8.0.0'