There are two separate parts which work together to provide the vagrant-vmware-desktop functionality. The first is the vagrant-vmware-desktop RubyGem. This does the bulk of the work for the plugin. The second part is a vagrant-vmware-utility service that the vagrant-vmware-desktop plugin intera...
global) - Version Constraint: > 0 vagrant-omnibus (1.5.0, global) - Version Constraint: > 0 vagrant-vmware-desktop (2.0.3, global) - Version Constraint: > 0 $ vagrant global-status --prune The plugins failed to load properly. The
hashicorp / vagrant-vmware-desktop Public Notifications Fork 41 Star 273 Activity All branchesAll activity All usersAll time Showing most recent first Only run tests on main repository chrisrobertspushed 1 commit to main • 372d141…66aed2d • on Aug 14 Update changelog for dev chris...
config.vm.provider "vmware_desktop" do |v| v.memory = 2048 v.cpus = 2 v.vmx['displayname'] = display_name end config.vm.provider "virtualbox" do |v| v.name = display_name v.memory = 2048 v.cpus = 2 end @@ -28,11 +33,16 @@ Vagrant.configure(2) do |config| ...
The first is the vagrant-vmware-desktop RubyGem. This does the bulk of the work for the plugin. The second part is a vagrant-vmware-utility service that the vagrant-vmware-desktop plugin interacts with. The purpose of this part of the plugin is to do operations which require privleged ...