我正在运行vagrant
1.5.4。在任何以前的版本中,我可以设置chef_solo
配置器配置以引用此处显示的加密数据包密钥,但现在我收到以下消息,请参见下面的片段:
$ vagrant --version
Vagrant 1.5.4
$ vagrant up
...
DEPRECATION: Chef encrypted_data_bag_secret has no effect anymore.
Remove this from your Vagrantfile since it'll be removed in the next
Vagrant version.
...
ERROR: Is a directory - /tmp/vagrant-chef-2/encrypted_data_bag_secret_key
FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
有时我会收到消息
ERROR: No secret specified to load_secret and no secret found at /etc/chef/encrypted_data_bag_secret
知道如何解决这个问题,或者我应该降级吗?
更新 1:
调查更改(在不同的配置器上)显示encrypted_data_bag_secret_key_path
仍然存在,即使我将其设置为引用正确的路径,我仍然会收到上面的弃用消息。此外我想知道哪个文件正在被解析或用作加密数据包文件。