We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8a0cf commit 8f4b10cCopy full SHA for 8f4b10c
manifests/init.pp
@@ -2,7 +2,7 @@
2
class pip {
3
ensure_packages(['curl'])
4
5
- $get_pip_url = 'https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py'
+ $get_pip_url = 'https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py'
6
7
exec { 'install-pip':
8
command => "curl -L $get_pip_url | python",
0 commit comments