summaryrefslogtreecommitdiff
path: root/lib/chef/resource/package.rb
Commit message (Expand)AuthorAgeFilesLines
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* fix package timeout attributeLamont Granquist2015-06-021-1/+1
* Use the central priority map for `provides`John Keiser2015-06-021-0/+5
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+3
* 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
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
* Multipackge supportPhil Dibowitz2015-02-031-2/+2
* Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-021-4/+14
* CHEF-4849: Implement `#response_file_variables` in Package resourcePeter Fern2013-12-201-0/+9
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+84
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-69/+0
* Adding specs for new resource types, fixes to node, mixin::templateAdam Jacob2008-09-081-8/+0
* Adding package resource and apt providerAdam Jacob2008-09-081-0/+77