Skip to content

Commit 81b1d84

Browse files
committed
rename the Mongo Orchestration name to 'mo'
1 parent 794f02d commit 81b1d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Vagrant.configure(2) do |config|
1111
override.vm.provision "shell", path: "scripts/vmware/kernel.sh"
1212
end
1313

14-
config.vm.define "default", primary: true do |mo|
14+
config.vm.define "mo", primary: true do |mo|
1515
mo.vm.network "private_network", ip: "192.168.112.10"
1616

1717
mo.vm.box = "http://files.vagrantup.com/precise64.box"

0 commit comments

Comments
 (0)