From 4091b35a51a6bac25b6bc9d103174489f5c4a51e Mon Sep 17 00:00:00 2001 From: Dreamcat4 Date: Sun, 14 Nov 2010 18:27:51 +0000 Subject: [PATCH] If you want the vm's FQDN to be default Chef Node name (and not "client") --- lib/vagrant/provisioners/chef.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/provisioners/chef.rb b/lib/vagrant/provisioners/chef.rb index ed3f2ecb6..4a839d394 100644 --- a/lib/vagrant/provisioners/chef.rb +++ b/lib/vagrant/provisioners/chef.rb @@ -84,7 +84,6 @@ module Vagrant def initialize @validation_client_name = "chef-validator" @client_key_path = "/etc/chef/client.pem" - @node_name = "client" @cookbooks_path = ["cookbooks", [:vm, "cookbooks"]] @roles_path = []