Skip to content

Commit

Permalink
Merge pull request voxpupuli#253 from skpy/master
Browse files Browse the repository at this point in the history
use full path on commands
  • Loading branch information
Shiva Poudel committed Sep 24, 2015
2 parents d657e28 + 725e8de commit 2f17c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
pip: {
# Install pip without pip, see https://pip.pypa.io/en/stable/installing/.
exec { 'bootstrap pip':
command => 'curl https://bootstrap.pypa.io/get-pip.py | python',
unless => 'which pip',
command => '/usr/bin/curl https://bootstrap.pypa.io/get-pip.py | python',
unless => '/usr/bin/which pip',
require => Package['python'],
}
Exec['bootstrap pip'] -> Package <| provider == pip |>
Expand Down

0 comments on commit 2f17c2e

Please sign in to comment.