knife-preflight
knife-preflight copied to clipboard
Knife plugin for checking what your cookbook changes will affect
We had the same issue as in #10 after updating Chef client to 13 (from 12). This PR fixes it. The search API changed in 13, the `sort` argument doesn't...
Chef.io server produces 500 error. ``` $ knife preflight sdldap Searching for nodes containing sdldap OR sdldap::default in their expanded run_list or added via include_recipe... ERROR: Server returned error 500...
...and should probably be fixed.
when I perform a preflight against my nodes, the preflight doesn't find the constraints (or even where the recipe is applied) example ``` $ knife preflight network server.blah.com - in...