Chef – Creating encrypted data bags with Knife Solo
In order to use data bags with Chef Solo there is a requirement to use the knife-solo_data_bag plugin maintained by Tommy Bishop which allows you to work withchef-solo and data bags. Once we have obtained the plugin, we will need to install the rubygem in our existing envrionment and configure the knife-solo plugin. gem install knife-solo_data_bag Once installed we can … More Chef – Creating encrypted data bags with Knife Solo