mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Migrate the proxy_command specification to the config and add support for user override template to be used for edge cases. Moving it to the config allows mistakes in the interpolation to be caught before the machine is brought up. Note this uses a more restrictive replacement to avoid requiring escaping of '%' or '$'. Issue #921 already partially resolved thanks to @ElArtista, this completes the fix by allowing users to override as needed. Fixes: #921