I have had an issue installing a long package texlive-full from chef running kitchen. Searching for Internet I have found this kitchen issue (https://github.com/test-kitchen/test-kitchen/issues/380...
Until now, I have been using the approach defined in my post My first approach working with chef in local mode for develop and in some case for production also. Now I use a new approach based on ki...
One of the most important things of continuous delivery process is to run tests. To run test with Chef we have Test Kitchen. Test Kitchen is a tool to execute test on one o more platforms. Test Kit...