Skip to content

Commit

Permalink
Update vagrant.yml
Browse files Browse the repository at this point in the history
- Update vb-guest plugin settings
  - Change :no_install from false to true in order to
    speed up the boot up process
- Update vagrant-goodhosts plugin to v1.1.4
  • Loading branch information
theodore86 committed Jun 18, 2022
1 parent 0703d15 commit 8d885a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- :name: 'vagrant-proxyconf'
:version: '2.0.10'
- :name: 'vagrant-goodhosts'
:version: '1.1.3'
:version: '1.1.4'
- :name: 'vagrant-netinfo'
:version: '0.0.4'

Expand Down Expand Up @@ -63,7 +63,7 @@
:mount_point: null
:upload_path: null
:no_remote: false
:no_install: false
:no_install: true
:auto_update: true
:auto_reboot: true
:allow_downgrade: true
Expand Down

0 comments on commit 8d885a8

Please sign in to comment.