Szef kuchni w Vagrant Box: Nie można znaleźć zaszyfrowanej torby danych

Dostarczając vagrant box z (hosted-) kucharzem otrzymuję następujący błąd:

No such file or directory - file not found '/tmp/encrypted_data_bag_secret'

Oto wywołanie powodujące błąd:

ssl = Chef::EncryptedDataBagItem.load("ssl", s[:id])

Nie mogę też znaleźćencrypted_data_bag_secret w/etc/chef gdzie zwykle znajduje się na moich innych serwerach.

Czy brakuje mi konfiguracji, która przesyła tajny worek danych?

Oto reszta śladu stosu:

[2013-02-14T16:51:15+00:00] ERROR: Running exception handlers
[2013-02-14T16:51:15+00:00] FATAL: Saving node information to /srv/chef/file_store/failed-run-data.json
[2013-02-14T16:51:15+00:00] ERROR: Exception handlers complete
[2013-02-14T16:51:15+00:00] FATAL: Stacktrace dumped to /srv/chef/file_store/chef-stacktrace.out
[2013-02-14T16:51:15+00:00] FATAL: Errno::ENOENT: No such file or directory - file not found '/tmp/encrypted_data_bag_secret'

questionAnswers(2)

yourAnswerToTheQuestion