diff options
| author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-16 15:42:46 -0800 |
|---|---|---|
| committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-02-16 15:42:46 -0800 |
| commit | b01b75fd0ea20be903b1bcfe7608e2b307bc1f44 (patch) | |
| tree | f7002cdce8b1e8f97d5295182f8bd315717f689a | |
| parent | d4a4f181c32310043e9279cdf11d37013e89e9ca (diff) | |
| download | chef-lcg/cookbook-shadow-deprecation.tar.gz | |
be a bit more forceful about the messagelcg/cookbook-shadow-deprecation
again for reference, dan deprecated this behavior in 0.10.4
back in 2011:
https://github.com/chef/chef/commit/5a9fee8edaede311ac03a15d52fbc66dad83b576
| -rw-r--r-- | lib/chef/cookbook_loader.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/cookbook_loader.rb b/lib/chef/cookbook_loader.rb index 6b80fbd662..9367936c32 100644 --- a/lib/chef/cookbook_loader.rb +++ b/lib/chef/cookbook_loader.rb @@ -69,7 +69,7 @@ class Chef def warn_about_cookbook_shadowing unless merged_cookbooks.empty? Chef::Log.deprecation "The cookbook(s): #{merged_cookbooks.join(', ')} exist in multiple places in your cookbook_path. " + - "A composite version has been compiled. In a future version of Chef this behavior will be removed." + "A composite version has been compiled. This has been deprecated since 0.10.4, in Chef 13 this behavior will be REMOVED." end end |
