summaryrefslogtreecommitdiff
path: root/lib/chef/deprecation
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad const. ref in deprecation/provider/templatedanielsdeleo2013-08-021-1/+1
| | | | | | | | | | | | | | Fixes CHEF-4406 http://tickets.opscode.com/browse/CHEF-4406 Calls to Chef::Provider::Template#template_location and #template_finder will now correctly reference the Chef::Provider::TemplateFinder class. Chef::Provider::Package#preseed_resource uses these methods expecting an error to be raised only if there is no template with the desired name, which triggers a fallback to cookbook_file-based preseed files. This patch restores the template-based preseed functionality, but will trigger deprecation warnings from within Chef::Provider::Package's internal code.
* Make sure that windows line endings are protected during template rendering.sersut2013-05-302-2/+51
|
* Move code comments to where rdoc/yard expect themdanielsdeleo2013-05-164-22/+24
|
* Spec for deprecation.sersut2013-05-161-1/+1
|
* Deprecated methods for template provider.sersut2013-05-151-0/+63
|
* Deprecated methods for remote_file provider.sersut2013-05-151-0/+86
|
* Deprecated methods for cookbook_file provider.sersut2013-05-151-0/+54
|
* Deprecated functions for file provider.sersut2013-05-152-0/+234