mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Vagrant subcommand halt accepts an argument -f that should result in VMs being halted immediately instead of attempting a graceful shutdown. Add support for this option and include tests to cover the rest of the halt behaviour. Fixes: #1265