Usage case: The DevOps team launched a node sometime ago, and my team would like to know what's the version(s) of one/several cookbook(s) being used in the run_list. Our DevOps team is firefighting so we'd like to find a way to be self-sufficient.
Commands Tried:
knife cookbook show COOKBOOK
give all possible versions, but does not specify which one being used.
knife node show NODE
shows all cookbooks, but there's no version info attached.
Question: Is there a command (something similar to knife search
, ohai
) to query the chef-server for the versions deployed on the node?