From f6a9c41108eef2e016f1c5c9be867334b52707a4 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 8 Mar 2021 10:11:16 -0800 Subject: [PATCH] Update the get-pip.py url for python3.5 It has changed and the old url is no longer working. Change-Id: I8be4831b541c751844cf4d46c7378aef459db25b --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index eea8049..c21b900 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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': {