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
This commit is contained in:
Takashi Kajinami 2021-06-02 18:34:53 +09:00
parent e6a54fb812
commit 334783ca81

View File

@ -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',