From 334783ca81e158d6dcfd9560417faa93e2813eb0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 2 Jun 2021 18:34:53 +0900 Subject: [PATCH] Downgrade puppet-python to 5.0.0 puppet-monasca still requires python::virtualenv which was removed in puppet-python 6.0.0. This downgrades puppet-python until we replace usage of python::virtualenv in puppet-monasca. Change-Id: I4e173c7207de22fb46e271316ed46fab37477641 Related-Bug: #1930553 --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 750bb689c..fecbf4879 100644 --- a/Puppetfile +++ b/Puppetfile @@ -232,7 +232,7 @@ mod 'memcached', mod 'python', :git => 'https://github.com/voxpupuli/puppet-python', - :ref => 'v6.0.1' + :ref => 'v5.0.0' mod 'dns', :git => 'https://github.com/theforeman/puppet-dns',