chrisroberts / vagabond

Advocating idleness and work-shyness
Other
233 stars 25 forks source link

update :data_bag_secret_file to use config instead of constant #45

Closed adnichols closed 10 years ago

adnichols commented 10 years ago

This PR is a porting of a change made to the LXC cookbook per LXC cookbook PR #35

https://github.com/hw-cookbooks/lxc/pull/35/files

Original problem without this PR was this during a 'vagabond init':

NameError
---------
uninitialized constant Chef::EncryptedDataBagItem::DEFAULT_SECRET_FILE
chrisroberts commented 10 years ago

Hi, thanks for the PR. Latest version uses librarian under the hood to resolve and vendor cookbooks at runtime, so this fix has been applied indirectly already. Thanks!