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:
parent
9bcd47d3ee
commit
c5431c970f
@ -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']) {
|
||||
|
Loading…
Reference in New Issue
Block a user