Created
March 4, 2017 05:07
-
-
Save JCotton1123/5ee42a34d19cc7c50bb23eef5a06142c to your computer and use it in GitHub Desktop.
Audit Chef client versions via knife
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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