If you want the vm's FQDN to be default Chef Node name (and not "client")

This commit is contained in:
Dreamcat4 2010-11-14 18:27:51 +00:00 committed by Mitchell Hashimoto
parent abf5f3ccfc
commit 4091b35a51
1 changed files with 0 additions and 1 deletions

View File

@ -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 = []