Here's the situation:
I have a recipe that I've been working on to install monit and install a custom monit configuration. That configuration has changed the past couple of days.
I have a chef server and a chef node. The server has the most up-to-date version the recipe I've mentioned. When I run 'sudo chef-client', it seems to run the usual statements, but when I check on the monit configuration, it's an old version, not the latest.
When I use the web UI for my chef server, I can see that it has the latest version of my recipe.
How can I go about debugging this?