Skip to content

Commit

Permalink
Corrected the pre-run stage test that installs pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowley committed Mar 1, 2011
1 parent 54c011f commit b85efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.pp
Expand Up @@ -7,9 +7,9 @@
}
exec { "easy_install pip":
path => "/usr/local/bin:/usr/bin:/bin",
refreshonly => true,
require => Package["python-setuptools"],
subscribe => Package["python-setuptools"],
unless => "which pip",
}
}
class { "pre": stage => "pre" }
Expand Down

0 comments on commit b85efa9

Please sign in to comment.