Skip to content

Commit

Permalink
Hotifx: Vagrantfile not updated during merge;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Aug 1, 2023
1 parent e5f3e4b commit 0760a32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Vagrant.configure("2") do |config|
### Uncomment one of the following to select configuration
#config.vm.box = "nos3/oracle"
#config.vm.box = "nos3/rocky"
config.vm.box = "nos3/ubuntu"

### Specify version
config.vm.box_version = "1.6.1"
config.vm.box_version = "20230731"

### Share host NOS3 repository into VM
config.vm.synced_folder ".", "/home/nos3/Desktop/github-nos3",
Expand All @@ -14,7 +13,7 @@ Vagrant.configure("2") do |config|

### General configuration
config.vm.provider "virtualbox" do |vbox|
vbox.name = "nos3_1.6.1"
vbox.name = "nos3_20230731"
vbox.gui = true
### Enable additional configuration as needed
#vbox.cpus = 8
Expand Down

0 comments on commit 0760a32

Please sign in to comment.