chef-vault

Chef Vault with Test-Kitchen, Vagrant and Chef-Zero provisioner

拥有回忆 提交于 2019-12-11 05:40:39
问题 I have an environment setup with Test-Kitchen v1.5.0, Vagrant v1.8.1. I have a recipe that uses chef vault to decrypt our encrypted passwords that our in our data_bags_path/passwords/pilot.json file. I am using the solution here https://github.com/chef/chef-vault/issues/58 that daxgames provides towards the end of the page. My .kitchen.yml : --- driver: name: vagrant provisioner: name: chef_zero require_chef_omnibus: 12.14.77 roles_path: ../../roles environments_path: ../../environments data