Don't re-install pip from pip every run.

I think having a recent pip is fine. If we run in to problems, we can go back,
but I think we're mainly just wasting effort here.

Change-Id: Ic5f2d49b2002393e1f9b048472266c0a00225110
Reviewed-on: https://review.openstack.org/10963
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2012-08-07 09:24:45 -05:00 committed by Jenkins
parent 11e1c4c558
commit aa8030e651

View File

@ -13,7 +13,7 @@ class pypimirror ( $base_url,
}
package { 'pip':
ensure => latest, # okay to use latest for pip
ensure => present,
provider => 'pip',
require => Class[pip]
}