Fix value for manifest_file

This value should match the default, mentioned at the Vagrant Documentation. Otherwise, new users could be confused.
This commit is contained in:
Dennis Hoppe 2014-06-27 11:22:38 +02:00
parent 1e28f1ac31
commit 9fc64aa025
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
# config.vm.provision "puppet" do |puppet|
# puppet.manifests_path = "manifests"
# puppet.manifest_file = "site.pp"
# puppet.manifest_file = "default.pp"
# end
# Enable provisioning with chef solo, specifying a cookbooks path, roles