Added a python-pyrss2gen package resource to openstackwatch.pp.
Change-Id: I556af39abb0446acac19381edc855172e22bdfa8 Reviewed-on: https://review.openstack.org/24607 Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
4d1d5dda9d
commit
533421276a
@ -45,4 +45,10 @@ class jeepyb::openstackwatch(
|
||||
mode => '0640',
|
||||
require => User['openstackwatch'],
|
||||
}
|
||||
|
||||
if ! defined(Package['python-pyrss2gen']) {
|
||||
package { 'python-pyrss2gen':
|
||||
ensure => present,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user