]> git.pld-linux.org Git - packages/vagrant.git/blame - Vagrantfile-ssh-agent.patch
lib/pre-rubygems.rb is gone
[packages/vagrant.git] / Vagrantfile-ssh-agent.patch
CommitLineData
b0cb68b4
ER
1--- vagrant-1.2.2/./templates/commands/init/Vagrantfile.erb~ 2013-04-23 23:05:18.000000000 +0300
2+++ vagrant-1.2.2/./templates/commands/init/Vagrantfile.erb 2013-06-07 18:57:30.102493291 +0300
3@@ -27,6 +27,10 @@
4 # your network.
5 # config.vm.network :public_network
6
7+ # If true, then any SSH connections made will enable agent forwarding.
8+ # Default value: false
9+ # config.ssh.forward_agent = true
10+
11 # Share an additional folder to the guest VM. The first argument is
12 # the path on the host to the actual folder. The second argument is
13 # the path on the guest to mount the folder. And the optional third
This page took 0.083074 seconds and 4 git commands to generate.