Files
vagrant-libvirt/lib
devopsjedi 9b7f5b2cc1 Update forward_ports.rb to fix spaces in private key path
When the path to the Vagrant environment contains spaces, the IdentityFile argument to SSH does not get parsed correctly.  The result is that the command fails and no ports are forwarded to the host.  Log Output: command-line line 0: garbage at end of line;

This update places a double quote around the private key path with another pair of single quotes outside of it.  With single or double quotes alone, the command fails.  Combining the double quotes embedded in single quotes results in SSH parsing the argument correctly and the ports are forwarded properly.
2015-10-18 15:34:30 -04:00
..