We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794f02d commit 81b1d84Copy full SHA for 81b1d84
Vagrantfile
@@ -11,7 +11,7 @@ Vagrant.configure(2) do |config|
11
override.vm.provision "shell", path: "scripts/vmware/kernel.sh"
12
end
13
14
- config.vm.define "default", primary: true do |mo|
+ config.vm.define "mo", primary: true do |mo|
15
mo.vm.network "private_network", ip: "192.168.112.10"
16
17
mo.vm.box = "http://files.vagrantup.com/precise64.box"
0 commit comments