Arthur Clément
2010-May-04 15:41 UTC
[Ovirt-devel] [PATCH server] Update qpidd package name for f13
From: Arthur CLEMENT <aclement at linagora.com> Signed-off-by: Arthur CLEMENT <aclement at linagora.com> --- 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
Darryl L. Pierce
2010-May-05 12:58 UTC
[Ovirt-devel] [PATCH server] Update qpidd package name for f13
On Tue, May 04, 2010 at 05:41:39PM +0200, Arthur Cl?ment wrote:> From: Arthur CLEMENT <aclement at linagora.com> > > > Signed-off-by: Arthur CLEMENT <aclement at linagora.com> > --- > 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.1ACK 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/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20100505/752b5b6f/attachment.sig>