diff options
Diffstat (limited to 'vagrant/pxe/Vagrantfile')
-rw-r--r-- | vagrant/pxe/Vagrantfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vagrant/pxe/Vagrantfile b/vagrant/pxe/Vagrantfile index 864c056..8aad897 100644 --- a/vagrant/pxe/Vagrantfile +++ b/vagrant/pxe/Vagrantfile @@ -103,14 +103,14 @@ Vagrant.configure("2") do |config| conf.vm.network :private_network, :adapter => 2, :ip => box["ips"][0], - :mac => box["macs"][0], - :nic_type => "virtio" + :mac => box["macs"][0] ####, + ####:nic_type => "virtio" conf.vm.network :private_network, :adapter => 3, :ip => box["ips"][1], :mac => box["macs"][1], - :nic_type => "virtio", + ####:nic_type => "virtio", :type => :static if box["groups"].include? "centos" then |