amin
amin

Reputation: 379

Copy the nodes from the Chef Server

Is there a way to access and the nodes(json files) in the Chef Server? I can see the nodes using "knife node list" and I am also able to modify them, but I would like to have the json files. I can see the ones on my local machine (chef zero) in this plae: ~/.chef/local-mode-default/nodes/

Upvotes: 0

Views: 121

Answers (1)

coderanger
coderanger

Reputation: 54181

knife download nodes/ is what you are looking for.

Upvotes: 1

Related Questions