mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Add boot_order to the merge function to ensure that provider config sections will persist the value if defined in earlier blocks. However to ensure it is possible to override, definitions in latter sections will replace the earlier definitions, but only if provided. Fixes: #937