Pin get-pip.py to last Python 3.5 version

We only support Puppet versions available for platforms up through
Ubuntu Xenial, which provides Python 3.5 as its python3 interpreter.
Recently pip, and by extension get-pip.py, ceased supporting Python
<3.6 but added stable URLs for the last releases to support earlier
interpreters. Switch to the URL for a get-pip.py which will still
work for Xenial servers.

Change-Id: I042bfc330e4d562313cf0dbf2be7d0e2d5779f40
This commit is contained in:
Jeremy Stanley 2021-02-10 16:55:55 +00:00
parent 9305349f60
commit 0497264326
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This class holds parameters that need to be
# accessed by other classes.
class pip::params {
$get_pip_location = 'https://bootstrap.pypa.io/get-pip.py'
$get_pip_location = 'https://bootstrap.pypa.io/3.5/get-pip.py'
case $::osfamily {
'RedHat': {