Skip to content

Commit 24684de

Browse files
committed
Use the official get-pip.py location
1 parent 9526853 commit 24684de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/installation.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$python_version = $title,
44
) {
55

6-
$get_pip_url = 'https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py'
6+
$get_pip_url = 'https://bootstrap.pypa.io/get-pip.py'
77

88
Exec {
99
path => ['/usr/bin', '/usr/local/bin', '/bin/'],

0 commit comments

Comments
 (0)