summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package.rb
Commit message (Expand)AuthorAgeFilesLines
* just use extendLamont Granquist2015-12-021-1/+1
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-20/+21
* base package provider fixesLamont Granquist2015-11-171-30/+44
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-31/+0
* remove extraneous spaceDave Eddy2015-06-261-1/+1
* fix package timeout attributeLamont Granquist2015-06-021-0/+24
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-7/+7
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-4/+3
* Add platform_version to supported filtersJohn Keiser2015-06-021-5/+1
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-021-1/+10
* Remove generic provides :package and provides :service from base classesJohn Keiser2015-06-021-2/+0
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-0/+22
* Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-06-021-5/+7
* Use the central priority map for `provides`John Keiser2015-06-021-0/+5
* Fail if both source and multipackage are provided for packageJay Mundrawala2015-05-111-0/+6
* Fix installation of yum packages with version constraintsojab2015-05-011-4/+1
* Merge pull request #3012 from chef/jdm/packageJay Mundrawala2015-03-031-0/+1
|\
| * Adding Chef::Command::Mixin back into the package providerjdm/packageJay Mundrawala2015-03-031-0/+1
* | Merge pull request #3013 from jaymzh/multipackagefixPhil Dibowitz2015-03-031-1/+4
|\ \ | |/ |/|
| * Allow people to pass in a 'source' to package rulesPhil Dibowitz2015-03-031-1/+4
* | fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-3/+2
* | allow_downgrade in rpm_packagesonots2015-02-121-2/+11
|/
* Minor efficiency changePhil Dibowitz2015-02-031-1/+1
* 2 readability fixesLamont Granquist2015-02-031-2/+4
* Multipackage fixes to superclassLamont Granquist2015-02-031-75/+264
* Mior output cleanupsPhil Dibowitz2015-02-031-3/+27
* Some fixes for package provider, lots of unittestsPhil Dibowitz2015-02-031-4/+12
* Several more cleanupsPhil Dibowitz2015-02-031-2/+10
* Clean up the is_a?() stuffPhil Dibowitz2015-02-031-8/+11
* Multipackge supportPhil Dibowitz2015-02-031-8/+15
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* CHEF-4849: Implement `#response_file_variables` in Package resourcePeter Fern2013-12-201-0/+1
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* Remove deprecated method usage from package providerdanielsdeleo2013-08-021-13/+23
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+229
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-105/+0
* Lets log a little earlier, shall we?Adam Jacob2008-10-071-4/+4
* Purge action should take the pacakge_nameAdam Jacob2008-09-081-1/+1
* Should use the resource name for removalAdam Jacob2008-09-081-1/+1
* Refactoring to support a base package class, that package providers can inher...Adam Jacob2008-09-081-0/+105