Skip to content

Commit 8e6039a

Browse files
committed
Change Vagrantfile to use the same base box for all environments. Should save considerable disk space.
1 parent 3d98af2 commit 8e6039a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/create_VM/templates/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
1212

1313
# Every Vagrant development environment requires a box. You can search for
1414
# boxes at https://atlas.hashicorp.com/search.
15-
config.vm.box = "{{ vm_name }}"
15+
config.vm.box = "virtualmicromagnetics_base"
1616

1717
# The url from where the 'config.vm.box' box will be fetched if it
1818
# doesn't already exist on the user's system.

0 commit comments

Comments
 (0)