Skip to content

Commit

Permalink
Specify cable connected option geerlingguy/drupal-vm#965
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyMacDroo committed Jan 20, 2019
1 parent 4a5debb commit c42ca61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Vagrant.configure("2") do |config|
config.vm.define "dev" do |dev|
dev.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--macaddress1", "5CA1AB1E0010" ]
vb.customize ['modifyvm', :id, '--cableconnected1', 'on']
end
dev.vm.box = "bento/ubuntu-18.04"
dev.ssh.insert_key = false
Expand Down

0 comments on commit c42ca61

Please sign in to comment.