[Ovirt-devel] [PATCH server] Update qpidd package name for f13

Arthur Clément aclement at linagora.com
Tue May 4 15:41:39 UTC 2010


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




More information about the ovirt-devel mailing list