summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-2/+6
* | don't mutate the new resourceLamont Granquist2015-05-011-3/+0
* | Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-30/+72
|/
* Merge pull request #3166 from chef/ssd/find-pythonThom May2015-04-251-1/+29
|\
| * Use the same python interpreter as yum when possiblessd/find-pythonSteven Danna2015-03-311-1/+29
* | Merge pull request #3051 from mikedodge04/macosx_service_updatePhil Dibowitz2015-04-111-30/+66
|\ \
| * | adding assert for plistMike Dodge2015-04-011-5/+9
| * | fix some typos in commentsMike Dodge2015-03-261-2/+1
| * | moved around debugsMike Dodge2015-03-261-2/+1
| * | added requsted chagnesMike Dodge2015-03-261-4/+9
| * | addressed each of the commentsMike Dodge2015-03-251-3/+3
| * | removing vim comment (sorry its a habit to add)Mike Dodge2015-03-241-1/+0
| * | First pass at fixing the unit testsMike Dodge2015-03-121-6/+7
| * | small change to the base user cmdMike Dodge2015-03-101-2/+1
| * | Load LaunchAgents as console user, adding plist and session_type optionsMike Dodge2015-03-101-27/+57
* | | Clearing sources works for string optionsPeter Burkholder2015-03-271-2/+3