<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/22/2009 05:54 PM, Mohammed Morsi wrote:
<blockquote cite="mid:4A3FFD90.9050806@redhat.com" type="cite">
  <pre wrap="">Joey Boggs wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">ignore the previous postgres patch and try this one instead


---
 installer/modules/ovirt/manifests/postgres.pp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/installer/modules/ovirt/manifests/postgres.pp b/installer/modules/ovirt/manifests/postgres.pp
index 6620a88..c46b360 100644
--- a/installer/modules/ovirt/manifests/postgres.pp
+++ b/installer/modules/ovirt/manifests/postgres.pp
@@ -41,7 +41,8 @@ class postgres::bundled{
         service {"postgresql" :
                ensure => running,
                enable => true,
-               require => Single_exec[initialize_db]
+               require => Single_exec[initialize_db],
+                hasstatus => true
         }
 
         single_exec {"create_ovirt_db":
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->The problem has not appear again since this patch has been applied so
ACK. Appreciate the help.

    -Mo
  </pre>
</blockquote>
<br>
pushed<br>
</body>
</html>