diff options
author | Claire McQuin <mcquin@users.noreply.github.com> | 2014-09-05 08:58:10 -0700 |
---|---|---|
committer | Claire McQuin <mcquin@users.noreply.github.com> | 2014-09-05 08:58:10 -0700 |
commit | 300cbe8a816d2591e5b14bd290dd81cacfe850d6 (patch) | |
tree | 9a9211ceb41318d9b0bda64c9f7d7dd0b1c13087 /DOC_CHANGES.md | |
parent | 62d1c23d472f4b2eabad8f7f108f65886136c104 (diff) | |
download | chef-300cbe8a816d2591e5b14bd290dd81cacfe850d6.tar.gz |
Remove old notes that crept in.
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index a52dc3320e..8b70f40c5a 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -90,9 +90,6 @@ DSL method `data_bag_item` now takes an optional String parameter `secret`, whic If the data bag item being fetched is encrypted and no `secret` is provided, Chef looks for a secret at `Chef::Config[:encrypted_data_bag_secret]`. If `secret` is provided, but the data bag item is not encrypted, then a regular data bag item is returned (no decryption is attempted). -### New configurable option :yum-lock-timeout -You can now set the timeout for receiving the yum lock in `config.rb` by adding `yum-lock-timeout SECONDS` (default is 30 seconds). - ### Enhanced search functionality: result filtering #### Use in recipes `Chef::Search::Query#search` can take an optional `:filter_result` argument which returns search data in the form of the Hash specified. Suppose your data looks like |