Continue restructuring
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@
|
||||
# backwards compatibility). Please don't change it unless you know what
|
||||
# you're doing.
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "@@BOX@@"
|
||||
config.vm.box = "@@BOX_NAME@@"
|
||||
config.vm.box_url = "@@BOX@@"
|
||||
|
||||
# Create a private network, which allows host-only access to the machine
|
||||
# using a specific IP.
|
||||
|
||||
Reference in New Issue
Block a user