guests/fedora: use PEERDNS=no in static [GH-2111]

This commit is contained in:
Mitchell Hashimoto 2013-09-03 11:10:28 -07:00
parent d03110eaa3
commit 3e995f6565
1 changed files with 1 additions and 2 deletions

View File

@ -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