guests/fedora: use PEERDNS=no in static [GH-2111]
This commit is contained in:
parent
d03110eaa3
commit
3e995f6565
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue