Displaying 2 results from an estimated 2 matches for "f4ee39b".
2009 May 27
3
[PATCH server] correctly set collectd dnsmasq entry to udp
---
.../modules/ovirt/templates/ovirt-dns.conf.erb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/installer/modules/ovirt/templates/ovirt-dns.conf.erb b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
index ae3eb48..f4ee39b 100644
--- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb
+++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
@@ -1,7 +1,7 @@
srv-host=_ovirt._tcp,<%= ovirt_host %>,80
srv-host=_ipa._tcp,<%= ipa_host %>,80
srv-host=_ldap._tcp,<%= ipa_host %>,389
-srv-host=_collec...
2009 Aug 11
0
[PATCH server] Added support for remote logging with rsyslog-gssapi to server.
...rsyslog": destination_port => '514'}
exec{"refresh-iptables":
command => "/usr/local/bin/iptables-update.sh",
diff --git a/installer/modules/ovirt/templates/ovirt-dns.conf.erb b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
index f4ee39b..03988aa 100644
--- a/installer/modules/ovirt/templates/ovirt-dns.conf.erb
+++ b/installer/modules/ovirt/templates/ovirt-dns.conf.erb
@@ -4,4 +4,5 @@ srv-host=_ldap._tcp,<%= ipa_host %>,389
srv-host=_collectd._udp,<%= ovirt_host %>,25826
srv-host=_qpidd._tcp,<%= ovirt_host %>,56...