]> git.pld-linux.org Git - packages/vagrant.git/blob - Vagrantfile.patch
lib/pre-rubygems.rb is gone
[packages/vagrant.git] / Vagrantfile.patch
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
3 @@ -39,6 +39,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
14 @@ -74,6 +74,9 @@
15    # Enable provisioning with a shell script. Additional provisioners such as
16    # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
17    # documentation for more information about their specific syntax and use.
18 +  #
19 +  # http://docs.vagrantup.com/v2/provisioning/shell.html
20 +  #
21    # config.vm.provision "shell", inline: <<-SHELL
22    #   sudo apt-get update
23    #   sudo apt-get install -y apache2
This page took 0.028405 seconds and 3 git commands to generate.