[Ovirt-devel] [PATCH] notify dnsmasq to restart for node entries

Joey Boggs jboggs at redhat.com
Fri Mar 20 14:58:51 UTC 2009


---
 installer/modules/ovirt/manifests/dhcp.pp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/installer/modules/ovirt/manifests/dhcp.pp b/installer/modules/ovirt/manifests/dhcp.pp
index 3c03b10..f89482e 100644
--- a/installer/modules/ovirt/manifests/dhcp.pp
+++ b/installer/modules/ovirt/manifests/dhcp.pp
@@ -31,6 +31,7 @@ class dhcp::bundled {
 
 	single_exec {"dns_entries":
                 command => "/usr/share/ace/modules/ovirt/files/dns_entries.sh $dhcp_start $dhcp_stop $dhcp_network $dhcp_domain",
+                notify => Service[dnsmasq]
 	}
 
         firewall_rule {"tftp": destination_port => '69', protocol => 'udp'}
-- 
1.6.0.6




More information about the ovirt-devel mailing list