]> git.pld-linux.org Git - packages/vagrant.git/commitdiff
add ssh agent sample to Vagrantfile
authorElan Ruusamäe <glen@delfi.ee>
Fri, 7 Jun 2013 16:00:22 +0000 (19:00 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 7 Jun 2013 16:00:22 +0000 (19:00 +0300)
Vagrantfile-ssh-agent.patch [new file with mode: 0644]
vagrant.spec

diff --git a/Vagrantfile-ssh-agent.patch b/Vagrantfile-ssh-agent.patch
new file mode 100644 (file)
index 0000000..c0cf263
--- /dev/null
@@ -0,0 +1,13 @@
+--- vagrant-1.2.2/./templates/commands/init/Vagrantfile.erb~   2013-04-23 23:05:18.000000000 +0300
++++ vagrant-1.2.2/./templates/commands/init/Vagrantfile.erb    2013-06-07 18:57:30.102493291 +0300
+@@ -27,6 +27,10 @@
+   # your network.
+   # config.vm.network :public_network
++  # If true, then any SSH connections made will enable agent forwarding.
++  # Default value: false
++  # config.ssh.forward_agent = true
++
+   # Share an additional folder to the guest VM. The first argument is
+   # the path on the host to the actual folder. The second argument is
+   # the path on the guest to mount the folder. And the optional third
index 01415d384f537afdfba721ed606db5e44fa16ed3..ede188477d6f1553902e74db5cb67c2c07f683c9 100644 (file)
@@ -3,7 +3,7 @@
 Summary:       Provisioning and deployment of virtual instances
 Name:          vagrant
 Version:       1.2.2
-Release:       1
+Release:       2
 License:       MIT
 Group:         Applications/Emulators
 Source0:       https://github.com/mitchellh/vagrant/archive/v%{version}.tar.gz?/%{name}-%{version}.tgz
@@ -11,6 +11,7 @@ Source0:      https://github.com/mitchellh/vagrant/archive/v%{version}.tar.gz?/%{name
 Patch0:                source_root.patch
 Patch1:                rubygems.patch
 Patch2:                no-warning.patch
+Patch3:                Vagrantfile-ssh-agent.patch
 URL:           http://vagrantup.com/
 BuildRequires: ruby-contest >= 0.1.2
 BuildRequires: ruby-minitest >= 2.5.1
@@ -103,6 +104,7 @@ Ruby documentation for %{gem_name}
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.061609 seconds and 4 git commands to generate.