From 971387d3ae5a66f53c9fbb3665173ded5472d6be Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 8 Mar 2021 14:20:13 +0000 Subject: [PATCH] Change get-pip url The path for get-pip.py script in version 3.5 has been changed with this commit [1]. [1] https://github.com/pypa/get-pip/commit/2360f02 Co-Authored-By: daniel.pawlik Change-Id: Id127620ac5c3d7be8bb85bf2dc37bc77248d400c --- 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': {