ACK, wfm.  Successfully ran installer again on a working server, server continued working afterwards.<br><br><div class="gmail_quote">On Mon, Apr 27, 2009 at 2:00 PM, Joey Boggs <span dir="ltr"><<a href="mailto:jboggs@redhat.com">jboggs@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Due to the service name not matching the actual process name, puppet thinks that ovirt-mongrel-rails is never running and tries to start it everytime the installer runs, this adds the hasstatus option to use a service status check rather than puppet's process grep method.<br>

<br>
---<br>
 installer/modules/ovirt/manifests/ovirt.pp |    3 ++-<br>
 1 files changed, 2 insertions(+), 1 deletions(-)<br>
<br>
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp<br>
index 09b1925..03a93a7 100644<br>
--- a/installer/modules/ovirt/manifests/ovirt.pp<br>
+++ b/installer/modules/ovirt/manifests/ovirt.pp<br>
@@ -156,7 +156,8 @@ class ovirt::setup {<br>
                 enable => true,<br>
                require => [Package[ovirt-server],Single_Exec[db_migrate]],<br>
                 ensure => running,<br>
-               notify => Service[httpd]<br>
+               notify => Service[httpd],<br>
+                hasstatus => true<br>
         }<br>
<br>
        service {"ovirt-taskomatic" :<br>
<font color="#888888">--<br>
1.6.0.6<br>
<br>
_______________________________________________<br>
Ovirt-devel mailing list<br>
<a href="mailto:Ovirt-devel@redhat.com">Ovirt-devel@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/ovirt-devel" target="_blank">https://www.redhat.com/mailman/listinfo/ovirt-devel</a><br>
</font></blockquote></div><br>