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

_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel

Reply via email to