Skip to content

Commit

Permalink
Use 'config.vbguest.auto_update = false' in Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosabalde committed May 2, 2023
1 parent 02a0b95 commit 7e104bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Vagrant.configure('2') do |config|
]
end

config.vbguest.auto_update = false

config.vm.define :v60 do |machine|
machine.vm.box = 'ubuntu/focal64'
machine.vm.box_version = '=20211026.0.0'
Expand Down

0 comments on commit 7e104bd

Please sign in to comment.