I have chef-client installed on a windows node and if I run:
get-windows service *chef*
I see the service is started. Yet my recipes don't seem to be run unless I open a command prompt or powershell prompt and manually type in:
chef-client
Obviously that's not what we want - it should run by itself.
Given the service is installed and running how can we troubleshoot why its not working?
Thanks Brad
0 Answers