summaryrefslogtreecommitdiff
path: root/lib/chef/resource/whyrun_safe_ruby_block.rb
Commit message (Collapse)AuthorAgeFilesLines
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+1
| | | | | | | | | These are the ones that off of the top of my head it should be perfectly safe to turn on `unifed_mode` with minimal auditing. Most of these are so old that they do not use any sub-resources at all. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Overwrite resource_name with providesJohn Keiser2015-06-081-3/+0
|
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
|
* Make resource_name call providesJohn Keiser2015-06-011-1/+2
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-5/+0
|
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
|
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+0
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* [CHEF-4110] Add whyrun_safe_ruby_block resourcePhil Dibowitz2013-11-211-0/+31