If you want the vm's FQDN to be default Chef Node name (and not "client")
This commit is contained in:
parent
abf5f3ccfc
commit
4091b35a51
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue