From a42ab2ce208a39df783c5942c50f46883cbf2f4c Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Wed, 10 Aug 2011 18:46:43 -0500 Subject: [PATCH] init command should mention :chef_client provisioner instead of :chef_server [closes GH-464] --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index 9f54d7fff..92d021e62 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -71,7 +71,7 @@ Vagrant::Config.run do |config| # HTTP instead of HTTPS depending on your configuration. Also change the # validation key to validation.pem. # - # config.vm.provision :chef_server do |chef| + # config.vm.provision :chef_client do |chef| # chef.chef_server_url = "https://api.opscode.com/organizations/ORGNAME" # chef.validation_key_path = "ORGNAME-validator.pem" # end