summaryrefslogtreecommitdiff
path: root/lib/chef/resource/package.rb
Commit message (Expand)AuthorAgeFilesLines
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-0/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-9/+9
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Move response_file and response_file_variables out of base package resourceKapil Chouhan2019-05-071-8/+0
* Chef-15: switch default of allow_downgrade to trueLamont Granquist2018-11-191-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-1/+1
* More resource description updatesTim Smith2018-11-071-1/+1
* Add additional resource descriptionsTim Smith2018-09-061-3/+3
* Add additional property descriptions using those on the docs siteTim Smith2018-08-291-8/+26
* Add more resource descriptions and convert more resources to use propertiesminor_resource_cleanupTim Smith2018-03-191-6/+8
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+6
* Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-021-1/+1
* coerce immutable arrays to normal arrayslcg/yum-coerce-array-attributesLamont Granquist2017-02-141-1/+1
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-1/+1
* implement lockingc52275322016-09-281-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-65/+11
* base package provider fixesLamont Granquist2015-11-171-9/+8
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-5/+0
* 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