Remove the "!" on chef client provision method.

This commit is contained in:
Mitchell Hashimoto 2013-01-13 16:51:16 -08:00
parent 9bdd9ed5bd
commit 129f1985bd
1 changed files with 1 additions and 1 deletions

View File

@ -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