Skip to content

Instantly share code, notes, and snippets.

@cliffdickerson
Created October 8, 2010 20:28
Show Gist options
  • Save cliffdickerson/617473 to your computer and use it in GitHub Desktop.
Save cliffdickerson/617473 to your computer and use it in GitHub Desktop.
calculon:chef-repo cdickerson$ knife search node "role:base" -a fqdn
{
"total": 3,
"rows": [
{
"fqdn": "coherence01",
"id": "coherence01"
},
{
"fqdn": "activemq01",
"id": "activemq01"
},
{
"fqdn": "tomcat01",
"id": "tomcat01"
}
],
"start": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment