Add pkginfo to jeepyb.

Needed by the mirror script.

Change-Id: I0a30632810307a47ca473216d584dbcb9ed78a48
Reviewed-on: https://review.openstack.org/24864
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-03-19 18:00:17 -07:00 committed by Jenkins
parent 9bcd47d3ee
commit c5431c970f
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@ class jeepyb (
}
}
if ! defined(Package['pkginfo']) {
package { 'pkginfo':
ensure => latest,
provider => pip,
require => Class['pip'],
}
}
# A lot of things need yaml, be conservative requiring this package to avoid
# conflicts with other modules.
if ! defined(Package['python-yaml']) {