search for: 09b1925

Displaying 1 result from an estimated 1 matches for "09b1925".

Did you mean: 01925
2009 Apr 27
1
[PATCH server] fix the ovirt-mongrel-rails restart problem in the installer if ran more than once
...ption to use a service status check rather than puppet's process grep method. --- installer/modules/ovirt/manifests/ovirt.pp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp index 09b1925..03a93a7 100644 --- a/installer/modules/ovirt/manifests/ovirt.pp +++ b/installer/modules/ovirt/manifests/ovirt.pp @@ -156,7 +156,8 @@ class ovirt::setup { enable => true, require => [Package[ovirt-server],Single_Exec[db_migrate]], ensure => running, -...