Displaying 3 results from an estimated 3 matches for "03a93a7".
2009 Apr 27
1
[PATCH server] fix the ovirt-mongrel-rails restart problem in the installer if ran more than once
...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,
- notify =&...
2009 May 15
1
[PATCH server] add server-side groundwork for remote freeipa server
...r/share/ovirt-server/ovirt.keytab /etc/httpd/conf/ipa.keytab",
+ require => Single_exec[get_HTTP_keytab],
+ notify => Service[httpd]
+ }
}
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp
index 03a93a7..2e91e69 100644
--- a/installer/modules/ovirt/manifests/ovirt.pp
+++ b/installer/modules/ovirt/manifests/ovirt.pp
@@ -125,7 +125,7 @@ class ovirt::setup {
}
single_exec { "add_host" :
- command => "/usr/bin/ovirt-add-host $ipa_host /usr/share/ovirt-server/ovirt.keyta...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
...t)
+ stop
+ start
+ ;;
+ status)
+ status $DAEMON
+ RETVAL=$?
+ ;;
+ *)
+ echo "Usage: ovirt-vnc-proxy {start|stop|restart|status}"
+ exit 1
+ ;;
+esac
+exit $RETVAL
diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp
index 03a93a7..d953ebe 100644
--- a/installer/modules/ovirt/manifests/ovirt.pp
+++ b/installer/modules/ovirt/manifests/ovirt.pp
@@ -197,6 +197,7 @@ class ovirt::setup {
firewall_rule{"http": destination_port => "80"}
firewall_rule {"https": destination_port =>...