Background
I have most of my environment set up with my self-hosted chef-server, target nodes and workstation. I've bootstrapped my nodes with run-lists and followed the setup to get them registered with the chef-server.
What I Want
I want to be able to say, at any given moment, go run X run-list to all the nodes that have the run-list attached to them. How can I do this in one command? It's not clear to me in the documentation how I actually tell the server to execute a run-list.