I've basic chef cookbook and one of the recipes does not converge in the first run.
Chef Cookbook: https://github.com/linaksa/linaksa_infra
When I run kitchen test
the recipe linaksa_infra::hosts
does not get converge at all. Also when I run kitchen setup
it does not get converge but if I run kitchen converge
after then it does. I am not sure what am I doing wrong?
Here is the output of kitchen test
kitchen setup
and kitchen converge
: https://gist.github.com/linaksa/76607bbfd15e471dfa67
I am using Chef DK 0.10.0. Any help would be highly appreciated.