On Tue, May 04, 2010 at 05:41:39PM +0200, Arthur Clément wrote: > From: Arthur CLEMENT <[email protected]> > > > Signed-off-by: Arthur CLEMENT <[email protected]> > --- > installer/modules/ovirt/manifests/ovirt.pp | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/installer/modules/ovirt/manifests/ovirt.pp > b/installer/modules/ovirt/manifests/ovirt.pp > index 18a14c9..87ed864 100644 > --- a/installer/modules/ovirt/manifests/ovirt.pp > +++ b/installer/modules/ovirt/manifests/ovirt.pp > @@ -43,7 +43,7 @@ class ovirt::setup { > ensure => installed; > } > > - package {"qpidd": > + package {"qpid-cpp-server": > ensure => installed; > } > > @@ -176,7 +176,7 @@ class ovirt::setup { > service {"qpidd" : > enable => true, > ensure => running, > - require => Package[qpidd] > + require => Package[qpid-cpp-server] > } > > service {"collectd" : > -- > 1.7.0.1
ACK and pushed. Though this might cause some issues on F12 unless we can alias the package. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red Hat ranks #1 in value among software vendors. http://www.redhat.com/promo/vendor/
pgpfRnF2oEcaK.pgp
Description: PGP signature
_______________________________________________ Ovirt-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/ovirt-devel
