Managing application configuration in a chef environment cookbook
I am new to chef and have been struggling to find best practices on how to configure application configuration in an environment cookbook [source #1]. The environment cookbook I'm working on should do the following: Prepare the node for a custom application deployment by creating directories, users, etc. that are specific for this deployment only. Add initialization and monitoring scripts specific for the application deployment. Define the application configuration settings. This last responsibility has been a particularly tough nut to crack. An example configuration file of an application