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': {