Continue restructuring

This commit is contained in:
Greg Hellings
2023-08-10 14:10:58 -05:00
parent 22c04bd092
commit cc95162e18
27 changed files with 951 additions and 149 deletions
+2 -1
View File
@@ -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.