From 129f1985bd6c98d1d1d35fb0d691bbc03639bc85 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 13 Jan 2013 16:51:16 -0800 Subject: [PATCH] Remove the "!" on chef client provision method. --- plugins/provisioners/chef/provisioner/chef_client.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/chef/provisioner/chef_client.rb b/plugins/provisioners/chef/provisioner/chef_client.rb index 3b97068af..549f5a7f8 100644 --- a/plugins/provisioners/chef/provisioner/chef_client.rb +++ b/plugins/provisioners/chef/provisioner/chef_client.rb @@ -14,7 +14,7 @@ module VagrantPlugins raise ChefError, :server_url_required if @config.chef_server_url.nil? end - def provision! + def provision verify_binary(chef_binary_path("chef-client")) chown_provisioning_folder create_client_key_folder