summaryrefslogtreecommitdiff
path: root/lib/chef/run_list/versioned_recipe_list.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that our list of recipes is backwards compattm/duplicate_recipesThom May2015-09-291-0/+15
| | | | | | | | | Prior to chef 12.2 we included unexpanded 'cookbook' names for default recipes. In 12.2, we moved to expanded ('cookbook::default') names, which broke some searches. However, some of our users have now moved to searching for expanded, so we need to cater for both. Fixes #3767
* Don't mutate recipe name string in versioned_recipe_listdanielsdeleo2015-06-301-5/+6
| | | | fixes #3618
* add/fix node attributesLamont Granquist2015-05-181-0/+18
| | | | | | * fix node[:recipes] * add node[:expanded_run_list] * add node[:cookbooks]
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a ↵Xabier de Zuazo2013-04-111-4/+4
| | | | Chef::Version::Platform class, reverting Chef::Version class changes
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, ↵Xabier de Zuazo2013-04-111-4/+4
| | | | new classes created: Chef::Version::Cookbook and Chef::VersionConstraint::Cookbook
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+68
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!