Update the get-pip.py url for python3.5

It has changed and the old url is no longer working.

Change-Id: I8be4831b541c751844cf4d46c7378aef459db25b
This commit is contained in:
Clark Boylan 2021-03-08 10:11:16 -08:00
parent b29f4ab14d
commit f6a9c41108
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/3.5/get-pip.py'
$get_pip_location = 'https://bootstrap.pypa.io/pip/3.5/get-pip.py'
case $::osfamily {
'RedHat': {