]> git.pld-linux.org Git - packages/vagrant.git/blob - vagrantfile-shell-provision.patch
json still required regardless .gemspec not specifying it
[packages/vagrant.git] / vagrantfile-shell-provision.patch
1 --- vagrant-1.3.4/templates/commands/init/Vagrantfile.erb~      2013-10-02 18:42:06.000000000 +0300
2 +++ vagrant-1.3.4/templates/commands/init/Vagrantfile.erb       2013-11-07 22:01:54.574403429 +0200
3 @@ -55,6 +55,18 @@
4    # View the documentation for the provider you're using for more
5    # information on available options.
6  
7 +  # The shell provisioner allows you to upload and execute a script as the root
8 +  # user within the guest machine.
9 +  #
10 +  # Shell provisioning is ideal for users new to Vagrant who want to get up and
11 +  # running quickly and provides a strong alternative for users who aren't
12 +  # comfortable with a full configuration management system such as Chef or
13 +  # Puppet.
14 +  #
15 +  # http://docs.vagrantup.com/v2/provisioning/shell.html
16 +  #
17 +  # config.vm.provision :shell, :inline => "poldek -u chef --noask"
18 +
19    # Enable provisioning with Puppet stand alone.  Puppet manifests
20    # are contained in a directory path relative to this Vagrantfile.
21    # You will need to create the manifests directory and a manifest in
This page took 0.033738 seconds and 3 git commands to generate.