Greetings Masters
My runlist looks like this:
recipe[‘audit’], recipe[‘test_cookbook’]
When I am executing chef-client, Audit cookbook starts, installs inspec, runs test_cookbook then runs the actual audit and generate report. I want test_cookbook to be executed after generating report. What changes do I need to make?
Cheers
Manish Mehra