--- vagrant-1.7.2/templates/commands/init/Vagrantfile.erb~ 2015-02-01 21:23:53.000000000 +0200 +++ vagrant-1.7.2/templates/commands/init/Vagrantfile.erb 2015-02-01 21:25:33.825801076 +0200 @@ -39,6 +39,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 @@ -74,6 +74,9 @@ # Enable provisioning with a shell script. Additional provisioners such as # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the # documentation for more information about their specific syntax and use. + # + # http://docs.vagrantup.com/v2/provisioning/shell.html + # # config.vm.provision "shell", inline: <<-SHELL # sudo apt-get update # sudo apt-get install -y apache2