We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9526853 commit 24684deCopy full SHA for 24684de
1 file changed
manifests/installation.pp
@@ -3,7 +3,7 @@
3
$python_version = $title,
4
) {
5
6
- $get_pip_url = 'https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py'
+ $get_pip_url = 'https://bootstrap.pypa.io/get-pip.py'
7
8
Exec {
9
path => ['/usr/bin', '/usr/local/bin', '/bin/'],
0 commit comments