Skip to content

Commit

Permalink
Merge pull request #2562 from Varying-Vagrant-Vagrants/modify/paralle…
Browse files Browse the repository at this point in the history
…ls-guest-update

Disable parallels guest updating
  • Loading branch information
tomjn committed May 26, 2022
2 parents 17c5f5e + bbf9a91 commit c808020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vagrantfile
Expand Up @@ -354,7 +354,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

# Configuration options for the Parallels provider.
config.vm.provider :parallels do |v|
v.update_guest_tools = true
v.customize ['set', :id, '--longer-battery-life', 'off']
v.memory = vvv_config['vm_config']['memory']
v.cpus = vvv_config['vm_config']['cores']
Expand Down

0 comments on commit c808020

Please sign in to comment.