From 632b05b36f060a8a508c984965fc67b0c7628ffb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 17 Dec 2020 06:08:07 +0000 Subject: [PATCH] Updated from Puppet OpenStack modules constraints Also revert postgresql updated in last constraints update, v6.9.0 no longer present in[1], seems it was accidently created and removed. [1] https://github.com/puppetlabs/puppetlabs-postgresql/tags Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/767668 Change-Id: Iee4eb772fecdf163cf19561c7e217f6350602ccf --- Puppetfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Puppetfile b/Puppetfile index 2cc3b733a..082aa8bbf 100644 --- a/Puppetfile +++ b/Puppetfile @@ -196,11 +196,11 @@ mod 'inifile', mod 'mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', - :ref => 'v10.8.0' + :ref => 'v10.9.0' mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql', - :ref => 'v6.9.0' + :ref => 'v6.8.0' mod 'rabbitmq', :git => 'https://github.com/voxpupuli/puppet-rabbitmq',