Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save JCotton1123/5ee42a34d19cc7c50bb23eef5a06142c to your computer and use it in GitHub Desktop.

Select an option

Save JCotton1123/5ee42a34d19cc7c50bb23eef5a06142c to your computer and use it in GitHub Desktop.
Audit Chef client versions via knife
knife search node '*' -a chef_packages.chef.version | grep "chef_packages.chef.version" | cut -d" " -f4 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment