Skip to content

Commit

Permalink
Merge pull request #286 from joshuaspence/patch-1
Browse files Browse the repository at this point in the history
Fixes #256
  • Loading branch information
Shiva Poudel committed Feb 8, 2016
2 parents 09c3bf2 + a7f72a3 commit b6449dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# 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',
unless => '/usr/bin/which pip',
creates => '/usr/local/bin/pip',
require => Package['python'],
}

Expand Down

0 comments on commit b6449dd

Please sign in to comment.