Chef-provisioning bootstrapping and vault keys

What is the bootstrapping process when creating machines using chef-provisioning ?

What happens to the keys stored in chef-vault? Do I have to re-fresh the keys every time a new machine is created?

The process is not much different (if at all from a client/server bootstrapping POV) than using knife bootstrap. Yes, at least when I was using vault and chef-provisioning in the past, I had to have my provisioning node refresh the vaults that the provisioned node(s) were intended to be a member of.

Thanks for the reply, i’ll give it a shot :slight_smile:

–gibu