Skip to content

Instantly share code, notes, and snippets.

@faxm0dem
Created March 14, 2019 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save faxm0dem/da0303d1d0df313476d5e0330ff524f9 to your computer and use it in GitHub Desktop.
Save faxm0dem/da0303d1d0df313476d5e0330ff524f9 to your computer and use it in GitHub Desktop.
puppet query
[
"and",
[
"=",
"name",
"operatingsystem"
],
[
"=",
"environment",
"production"
],
[
"select_fact_contents",
[
"and",
[
"=",
"path",
[
"foo",
"bar"
]
],
[
"=",
"value",
"baz"
]
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment