mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Provisioning is executed on the out-call action, so it should be added the call start before the configuration of the network interfaces is scheduled via a guest capability as it is also executed out the out call to allow the first part to be performed before the VM is booted and the latter to be done after it is running. Fixes: #1479