-
-
Save mikehale/579443 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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