From e5e2a45506dfdbe5b85092733fee8ad4e056a72f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 31 Aug 2021 00:12:20 +0900 Subject: [PATCH] Revert "Pin puppet-redis to 8.0.0" This reverts commit 4931d2cce84c61c764214360e4cf9f9a4083cdd2. Reason for revert: This issue was caused by a duplicate declaration detected when redis and redis::sentinel are both included and old puppetlabs-stdlib is used, but now redis::sentinel is no longer used. Related-Bug: #1941772 Change-Id: I0e4cf41b16fcbfd2260f84bd07a8b940de20dbc8 --- Puppetfile_extras | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Puppetfile_extras b/Puppetfile_extras index 1c16550d6..27936a88c 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -68,7 +68,6 @@ 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 => 'v8.0.0' + :ref => 'master'