I've been stuck on this for hours. I have created a new machine and bootstrapped that to my Chef server. I usually use the "-r" parameter to install the recipes right away during the bootstrap process.
However, I want to add a new recipe to an existing machine. I have added a recipe to a run_list of the node using "knife node add"; however, I still haven't figured out a way to apply that new recipe so that the new tool is installed on the node.
How do I proceed?