Skip to content

Instantly share code, notes, and snippets.

@mikehale
Forked from jtimberman/gist:548689
Created September 14, 2010 17:38
Show Gist options
  • Save mikehale/579443 to your computer and use it in GitHub Desktop.
Save mikehale/579443 to your computer and use it in GitHub Desktop.
# Compare the run list of two chef nodes.
% diff <(knife node show bourbon -r) <(knife node show barkeep.int.housepub.org -r)
3,4c3,8
< "recipe[workstation]",
< "recipe[users]"
---
> "role[base]",
> "role[production]",
> "role[dnsserver]",
> "role[teamspeak3]",
> "role[netatalk_server]",
> "role[znc]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment