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 3d98af2 commit 8e6039aCopy full SHA for 8e6039a
roles/create_VM/templates/Vagrantfile
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
12
13
# Every Vagrant development environment requires a box. You can search for
14
# boxes at https://atlas.hashicorp.com/search.
15
- config.vm.box = "{{ vm_name }}"
+ config.vm.box = "virtualmicromagnetics_base"
16
17
# The url from where the 'config.vm.box' box will be fetched if it
18
# doesn't already exist on the user's system.
0 commit comments