Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cwjohnston/398623 to your computer and use it in GitHub Desktop.
Save cwjohnston/398623 to your computer and use it in GitHub Desktop.
sparkplug:~ cwj$ knife ssh "recipe:drtr" date -l debug
DEBUG: Signing the request as ops
DEBUG: Sending HTTP Request via GET to chef.drp.es.bluecoat.com:4000//search/node
DEBUG: Adding drtr6.drp.es.bluecoat.com
DEBUG: Adding drtr4.drp.es.bluecoat.com
DEBUG: Adding drtr5.drp.es.bluecoat.com
DEBUG: Adding drtr7.drp.es.bluecoat.com
DEBUG: Adding drtr1.drp.es.bluecoat.com
DEBUG: Adding drtr3.drp.es.bluecoat.com
DEBUG: Adding drtr2.drp.es.bluecoat.com
sparkplug:~ cwj$ knife ssh "fqdn:drtr1*" date -l debug
DEBUG: Signing the request as ops
DEBUG: Sending HTTP Request via GET to chef.drp.es.bluecoat.com:4000//search/node
DEBUG: Adding drtr1.drp.es.bluecoat.com
drtr1.drp.es.bluecoat.com Wed May 12 14:05:04 UTC 2010
sparkplug:~ cwj$
sparkplug:~ cwj$ knife ssh "fqdn:[drtr1 TO drtr4]" date -l debug
DEBUG: Signing the request as ops
DEBUG: Sending HTTP Request via GET to chef.drp.es.bluecoat.com:4000//search/node
DEBUG: Adding drtr3.drp.es.bluecoat.com
DEBUG: Adding drtr2.drp.es.bluecoat.com
DEBUG: Adding drtr1.drp.es.bluecoat.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment