Created
March 14, 2019 09:59
-
-
Save faxm0dem/da0303d1d0df313476d5e0330ff524f9 to your computer and use it in GitHub Desktop.
puppet query
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
[ | |
"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