mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Remove duplicate inclusion of Provision middleware when up is called on an running machine resulting in a double provision. Includes a unit test update to ensure expected actions are only called once as well as a regression for calling up on a running machine. Fixes #1710.