mdxp / knife-backup

knife plugin to help backup and restore a chef server.
Apache License 2.0
110 stars 45 forks source link

Restore clients 'validator' property. #24

Closed kgutwin closed 9 years ago

kgutwin commented 10 years ago

When restoring the chef-validator client from backup, the validator property gets lost and must be manually recreated. This patch pulls the validator property from the client's json and uses it on client creation.

mkantor commented 10 years ago

Any chance for this to be merged?