
Exception handling for CHEF data bags
On a recent cookbook, I found an interesting use case for conditional data_bags. In my use case, the client wants to give a license file to install the application. Since the license file is an XML document and not a key, this posed an interesting question on how do we handle this to cover the most […]