[Ovirt-devel] [PATCH server] update dhclient config, fedora 10 requires a '; ' for line completetion

Joey Boggs jboggs at redhat.com
Tue Feb 10 18:07:33 UTC 2009


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

diff --git a/installer/modules/ovirt/manifests/dns.pp b/installer/modules/ovirt/manifests/dns.pp
index 1e46e00..54e7dac 100644
--- a/installer/modules/ovirt/manifests/dns.pp
+++ b/installer/modules/ovirt/manifests/dns.pp
@@ -61,7 +61,7 @@ define dns::common($mgmt_ipaddr="", $prov_ipaddr="",$mgmt_dev="",$prov_dev="") {
 
     file_append {"dhclient_config":
         file => "/etc/dhclient.conf",
-        line => "prepend domain-name-servers $prov_ipaddr",
+        line => "prepend domain-name-servers $prov_ipaddr;",
         require => [Single_exec["set_hostname"], Package["dnsmasq"], File["/etc/dhclient.conf"]]  ,
         notify => Service[dnsmasq],
     }
-- 
1.6.0.6




More information about the ovirt-devel mailing list