Skip to content

Instantly share code, notes, and snippets.

@ctennis
Created June 10, 2011 12:35
Show Gist options
  • Save ctennis/1018761 to your computer and use it in GitHub Desktop.
Save ctennis/1018761 to your computer and use it in GitHub Desktop.
function(doc) {
if (doc.chef_type == "node") {
emit(doc.name, doc.name);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment