I am a chef beginner trying to use some community cookbooks you can find on the Chef community page.
From some programming experience I feel that simply downloading the cookbooks and put them in my repository is not a good idea. Every time I would like to update the community cookbooks I would have to download them and do it all over again. I would like to have a simple way to update the cookbooks.
Is git submodules a way to go? Or is there some "cookbooks manager"? How do you include the community cookbooks?