Created
February 17, 2017 15:25
-
-
Save heliocentric/3fd960ea51cb6bc44aee6946b25653fa to your computer and use it in GitHub Desktop.
This file contains 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
puppet query 'fact_contents { path ~> ["os", "name"] }' | jq -r 'map(["os.name",.certname, .value]) | .[] | @csv' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment