I was wondering how to organize configuration code into segments, such as nginx, mysql, redis, java, and so on. In Puppet they have modules, and Chef there are cookbooks with recipees. Some of the code I looked at, it seems like roles fulfills this function, or are there other way that is recommended for this?
- Joaquin