<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/24/2009 10:25 AM, Mohammed Morsi wrote:
<blockquote cite="mid:4A423742.8080604@redhat.com" type="cite">
  <pre wrap="">Joey Boggs wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">---
 installer/modules/ovirt/manifests/postgres.pp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/modules/ovirt/manifests/postgres.pp b/installer/modules/ovirt/manifests/postgres.pp
index c46b360..36bcdc0 100644
--- a/installer/modules/ovirt/manifests/postgres.pp
+++ b/installer/modules/ovirt/manifests/postgres.pp
@@ -41,7 +41,7 @@ class postgres::bundled{
         service {"postgresql" :
                ensure => running,
                enable => true,
-               require => Single_exec[initialize_db],
+                require => [Single_exec[initialize_db],Exec[postgres_add_localhost_trust],Exec[postgres_add_all_trust]],
                 hasstatus => true
         }
 
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->ACK
  </pre>
</blockquote>
pushed<br>
</body>
</html>