summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* allow include_recipe from LWRP provider codeLamont Granquist2015-06-041-0/+4
* wire zypper_package up to the DSLLamont Granquist2015-06-031-13/+14
* fix package timeout attributeLamont Granquist2015-06-0221-88/+110
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-025-10/+11
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-0211-17/+14
* Remove unnecessary "ClassName." from "ClassName.provides"John Keiser2015-06-022-3/+3
* Add platform_version to supported filtersJohn Keiser2015-06-024-25/+5
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-022-1/+12
* Fix ifconfig platform version filterJohn Keiser2015-06-021-1/+10
* Remove generic provides :package and provides :service from base classesJohn Keiser2015-06-022-4/+0
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-1/+0
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-0219-55/+100
* DRY the service priorities a bitJohn Keiser2015-06-021-74/+52
* Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-06-023-7/+7
* Use the central priority map for `provides`John Keiser2015-06-024-0/+81
* Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-8/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
* Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-291-3/+9
* powershell_script provider readability fixesAdam Edwards2015-05-291-38/+46
* Simplify powershell_script exit status logicAdam Edwards2015-05-291-6/+3
* powershell_script script wrapper comment improvementsAdam Edwards2015-05-291-6/+33
* Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-291-71/+81
* Get specs to passAdam Edwards2015-05-291-20/+54
* Fix dsc_resource to work with WMF 5 April Previewjdm/wmfJay Mundrawala2015-05-291-1/+8
* directory resource needs to call FAC for DRRLamont Granquist2015-05-261-0/+3
* Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-3/+5
* Allow spaces in files for remote_fileJay Mundrawala2015-05-212-5/+12
* Move Chef::Config into a subprojectdanielsdeleo2015-05-201-0/+1
* Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-2/+2
* Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-151-6/+90
|\
| * download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
| * Surface checksum attributeJay Mundrawala2015-05-151-0/+16
| * Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-10/+18
| * Refactor uri detectionJay Mundrawala2015-05-151-17/+7
| * Modify windows package provider to allow urlJay Mundrawala2015-05-151-6/+76
* | Merge pull request #3360 from chef/jdm/resource-semanticsJay Mundrawala2015-05-151-0/+6
|\ \ | |/ |/|
| * Fail if both source and multipackage are provided for packageJay Mundrawala2015-05-111-0/+6
* | Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-59/+76
* | Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-0/+1
* | Add `provides` to remaining provider resourcesJohn Keiser2015-05-135-0/+6
* | Merge pull request #3336 from chef/jdm/smbJay Mundrawala2015-05-133-9/+75
|\ \ | |/ |/|
| * Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-1/+1
| * remote_file support for windows network sharesJay Mundrawala2015-05-053-9/+75
* | Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-051-12/+13
|/
* Merge pull request #3298 from juliandunn/fix-aix-source-packageJulian C. Dunn2015-05-041-0/+1
|\
| * Raise exception if a package provided by 'source' doesn't actually provideJulian C. Dunn2015-04-281-0/+1
* | Fix installation of yum packages with version constraintsojab2015-05-011-4/+1
* | Fix debug messageojab2015-05-011-1/+1
* | fix smartos_package for new "pkgin" output, fixes #3112Dave Eddy2015-05-011-5/+5