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:
Anita Kuno 2013-03-17 15:44:42 -04:00 committed by Jenkins
parent 4d1d5dda9d
commit 533421276a
1 changed files with 6 additions and 0 deletions

View File

@ -45,4 +45,10 @@ class jeepyb::openstackwatch(
mode => '0640',
require => User['openstackwatch'],
}
if ! defined(Package['python-pyrss2gen']) {
package { 'python-pyrss2gen':
ensure => present,
}
}
}