]> git.pld-linux.org Git - packages/vagrant.git/blame - Vagrantfile.patch
upstream rejects this
[packages/vagrant.git] / Vagrantfile.patch
CommitLineData
86f0f949
ER
1--- vagrant-1.7.2/templates/commands/init/Vagrantfile.erb~ 2015-02-01 21:23:53.000000000 +0200
2+++ vagrant-1.7.2/templates/commands/init/Vagrantfile.erb 2015-02-01 21:25:33.825801076 +0200
0c1cea98
ER
3@@ -39,6 +39,10 @@
4 # your network.
5 # config.vm.network "public_network"
ca9ac262 6
0c1cea98
ER
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
85167f54 14@@ -74,6 +74,9 @@
86f0f949
ER
15 # Enable provisioning with a shell script. Additional provisioners such as
16 # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
0c1cea98 17 # documentation for more information about their specific syntax and use.
ca9ac262
ER
18+ #
19+ # http://docs.vagrantup.com/v2/provisioning/shell.html
86f0f949
ER
20+ #
21 # config.vm.provision "shell", inline: <<-SHELL
22 # sudo apt-get update
23 # sudo apt-get install -y apache2
This page took 0.125385 seconds and 4 git commands to generate.