summaryrefslogtreecommitdiff
path: root/lib/chef/resource/yum_package.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-38/+14
|
* fixes from code reviewLamont Granquist2015-08-201-1/+1
|
* class namespacingLamont Granquist2015-08-201-1/+1
|
* add yum_binaryLamont Granquist2015-08-201-1/+10
| | | | | | set this to 'yum-deprecated' if /usr/bin/yum-deprecated exists so that we pick this up rather than getting /usr/bin/yum on systems that have DNF installed (assuming yum-deprecated is installed).
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
|
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
|
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
|
* Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-1/+1
| | | | Fixes #3233
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+3
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+63
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!