-
Notifications
You must be signed in to change notification settings - Fork 446
Closed
Description
https://dl.dropbox.com/1/view/2oeiltgxw91py4j/ss/OxZia.png
source below:
Just like `knife-server`, after the chef server is built, your `client_key` and
`validation_key` are moved out of the way, and the new ones created with `knife
configure -i` are places in their steads.
What this *means* is that you have not set the `config_file` attribute in the
provisioners to something that is non-standard, very likely `~/.chef/knife.rb`,
wherever that is on whatever system you use this on, will contain the names of
the files to throw these credentials into. It is a very good idea to **template
or generate knife.rb** in a way that allows you careful control of how these
files get generated. The provisioners do not do you any extra favors other than
that.