From 3e995f65651a0963068b03c9a7901fb6b98265b2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 3 Sep 2013 11:10:28 -0700 Subject: [PATCH] guests/fedora: use PEERDNS=no in static [GH-2111] --- templates/guests/fedora/network_static.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/guests/fedora/network_static.erb b/templates/guests/fedora/network_static.erb index 3ecc460a7..c45a95772 100644 --- a/templates/guests/fedora/network_static.erb +++ b/templates/guests/fedora/network_static.erb @@ -8,6 +8,5 @@ NETMASK=<%= options[:netmask] %> DEVICE=eth<%= options[:interface] %> <%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %> <%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %> -<%= options[:dns1] ? "DNS1=#{options[:dns1]}" : 'DNS1=8.8.4.4' %> -<%= options[:dns2] ? "DNS2=#{options[:dns2]}" : 'DNS1=8.8.8.8' %> +PEERDNS=no #VAGRANT-END