Skip to content

Commit

Permalink
Merge pull request #318 from asasfu/patch-pip-bootstrap
Browse files Browse the repository at this point in the history
Patch to support Centos 7 in bootstrap
  • Loading branch information
shivapoudel authored Aug 5, 2016
2 parents 066b31f + 89d5a23 commit 88ba5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
# Install pip without pip, see https://pip.pypa.io/en/stable/installing/.
exec { 'bootstrap pip':
command => '/usr/bin/curl https://bootstrap.pypa.io/get-pip.py | python',
creates => '/usr/local/bin/pip',
unless => 'which pip',
path => [ '/bin', '/usr/bin', '/usr/local/bin' ],
require => Package['python'],
}

Expand Down

0 comments on commit 88ba5eb

Please sign in to comment.