Skip to content
Snippets Groups Projects
Verified Commit c9379dbb authored by anarcat's avatar anarcat
Browse files

another cumin hack

parent 0557f473
No related branches found
No related tags found
No related merge requests found
......@@ -104,4 +104,11 @@ Just check the monitoring server:
cumin 'R:class=roles::monitoring' uptime
Any Puppet fact or class can be queried that way.
Any Puppet fact or class can be queried that way. This also serves as
a ad-hoc interface to query PuppetDB for certain facts, as you don't
have to provide a command. In that case, `cumin` runs in "dry mode"
and will simply show which hosts match the request:
$ cumin 'F:virtual=physical'
16 hosts will be targeted:
[...]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment