summaryrefslogtreecommitdiff
path: root/spec/data/run_context
Commit message (Collapse)AuthorAgeFilesLines
* Chef-15: cookbook compiler should parse only .rb fileslcg/parse-only-rb-filesLamont Granquist2019-05-036-0/+6
| | | | | | | Fixes #6281 which is a frequently reported issue where md files and swap files and other junk causes the cookbook compiler to barf. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-279-26/+18
| | | | | | | | | | | - fixes *_unless behavior and set_unless_value_present hack from Chef 12 - simplifies rm_* code - introduces functional read/write/unlink/exist? API - deprecates method_missing access to attributes for Chef 13 - deprecates set/set_unless aliases for Chef 14 - removes MultiMash mess that I wrote for Chef 13 https://github.com/chef/chef/pull/5029 for more details
* Make load/include recipe run in child contextjk/resource_actionsJohn Keiser2015-06-232-0/+27
|
* [CHEF-3376] Update fixture cookbooks for run_context testsdanielsdeleo2012-11-3039-0/+61
|
* [CHEF-2903] load attribute files in run_list orderdanielsdeleo2012-11-0722-0/+9
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-307-0/+39
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!