Skip to content

Commit c7a303e

Browse files
committed
Use 'config.vbguest.auto_update = false' in Vagrantfile
1 parent 058c847 commit c7a303e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Vagrant.configure('2') do |config|
6767
]
6868
end
6969

70+
config.vbguest.auto_update = false
71+
7072
config.vm.define :master do |machine|
7173
machine.vm.box = 'ubuntu/jammy64'
7274
machine.vm.box_version = '=20221018.0.0 '

0 commit comments

Comments
 (0)