vagrant/plugins/providers/hyperv
Ray Ruvinskiy e42f346b1d
Make `start` action run provisioners if VM is running
Previously, there was no one gesture that would start a VM if it was not
running and run the appropriate provisioners regardless of its original
state. `vagrant up` did nothing if the VM was running, while
`vagrant provision` did nothing if the VM was not running.

Change the semantics of `vagrant up`, via the start actions of the providers,
to go through the provisioning logic even if the VM is already running.
The semantics of `run: "once"` vs `run: "always"` are respected.

Tested with the VirtualBox provider but not the others.

Resolves #4421
2016-05-27 19:00:33 -04:00
..
action Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
cap Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
scripts Merge pull request #7108 from jtopper/fix_hyperv_status_exception 2016-05-20 10:46:01 -04:00
action.rb Make `start` action run provisioners if VM is running 2016-05-27 19:00:33 -04:00
config.rb hyperv differencing disk 2016-03-01 17:23:38 +02:00
driver.rb Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
errors.rb providers/hyperv: verify cmdlet is available [GH-3398] 2014-04-09 09:30:17 -07:00
plugin.rb Add snapshots to Hyper-V driver 2016-05-13 16:58:08 +01:00
provider.rb Add method to detect if a Windows user is a member of the "Hyper-V Administrators" group. 2015-12-10 07:04:39 -08:00