Skip to content

Commit 8f4b10c

Browse files
committed
Updating pip version
1 parent fc8a0cf commit 8f4b10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
class pip {
33
ensure_packages(['curl'])
44

5-
$get_pip_url = 'https://raw.github.com/pypa/pip/1.5.4/contrib/get-pip.py'
5+
$get_pip_url = 'https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py'
66

77
exec { 'install-pip':
88
command => "curl -L $get_pip_url | python",

0 commit comments

Comments
 (0)