summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* fix Lint/UnderscorePrefixedVariableNameLamont Granquist2015-02-231-2/+2
* fix dpkg regressionLamont Granquist2015-02-191-0/+2
* Merge pull request #2924 from chef/btm/popen_shellout_rebaseJay Mundrawala2015-02-1916-181/+160
|\
| * dont raise exceptions in load_current_resource when checking current statuskaustubh-d2015-02-181-1/+1
| * fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-1716-180/+159
* | fix Lint/BlockAlignmentlcg/unreachable-codeLamont Granquist2015-02-181-2/+2
* | whitespaces fixesLamont Granquist2015-02-181-2/+2
* | fix typo in msi providerandrewelizondo2015-02-171-1/+1
* | fix virtual package logic in check_package_stateLamont Granquist2015-02-171-88/+78
* | use scalar pkg not array packageLamont Granquist2015-02-171-1/+1
* | convert is_virtual_package to hashLamont Granquist2015-02-171-4/+13
* | Update directory resource to use FileAccessControl to check if file is writableJay Mundrawala2015-02-171-3/+3
|/
* Implement RFC 027 File VerificationSteven Danna2015-02-171-0/+8
* Updated version of #2125 to fix CHEF-2911Jon Cowie2015-02-131-10/+29
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-1/+1
|\
| * Modified dsc_script resource provider to use the imports hashJay Mundrawala2015-01-201-1/+1
* | Merge pull request #2885 from chef/jdm/dsc_timeoutJay Mundrawala2015-02-121-5/+11
|\ \
| * | dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-101-5/+11
* | | allow_downgrade in rpm_packagesonots2015-02-123-11/+16
* | | Remove commented out versions of a service being enabled/disabled in FreeBSD.Cory Stephenson2015-02-121-1/+1
|/ /
* | Support HTTP/FTP source on rpm_packagesonots2015-02-091-1/+10
* | Fix error message in yum provider (related to multipackage refactor)Phil Dibowitz2015-02-041-1/+1
* | Fix package dependency bugPhil Dibowitz2015-02-031-1/+1
* | Minor cleanupPhil Dibowitz2015-02-031-2/+0
* | Minor efficiency changePhil Dibowitz2015-02-031-1/+1
* | 2 readability fixesLamont Granquist2015-02-031-2/+4
* | Multipackage fixes to superclassLamont Granquist2015-02-032-81/+269
* | Mior output cleanupsPhil Dibowitz2015-02-032-7/+27
* | Some fixes for package provider, lots of unittestsPhil Dibowitz2015-02-031-4/+12
* | Support dependency detection, fix caching invalidation issuesPhil Dibowitz2015-02-031-6/+15
* | Merge in the cleanups from reverted array diff.Phil Dibowitz2015-02-032-33/+49
* | Revert "Make yum always use arrays internally"Phil Dibowitz2015-02-032-58/+40
* | Make yum always use arrays internallyPhil Dibowitz2015-02-032-40/+58
* | Several more cleanupsPhil Dibowitz2015-02-032-35/+30
* | Clean up the is_a?() stuffPhil Dibowitz2015-02-031-8/+11
* | Multipackge supportPhil Dibowitz2015-02-033-91/+192
* | fix LWRP constant lookupsLamont Granquist2015-02-031-1/+1
* | use context in conjunction with let as opposed to local variables and require...David Crowder2015-01-281-0/+1
* | fix error in tests where shell_out was being expected incorrectlyDavid Crowder2015-01-281-1/+1
* | use shell_out! where appropriate and revert incorrectly scoped variableDavid Crowder2015-01-281-3/+3
* | Fix #2663 - refactor to use shell_out in rpm providerDavid Crowder2015-01-281-15/+13
* | Provider::User: remove gecos#force_encoding existence check (ruby 1.8 specifi...Xabier de Zuazo2015-01-271-1/+1
* | Merge pull request #2774 from chef/jdm/powershell-2348Jay Mundrawala2015-01-261-2/+2
|\ \
| * | Fix up powershell scriptJay Mundrawala2015-01-191-2/+2
| |/
* | Merge pull request #2716 from drag00n/drag00n/fixtypoLamont Granquist2015-01-251-1/+1
|\ \
| * | Fix typo resouces to resourcesdrag00n2015-01-051-1/+1
* | | Keep order of env providedAlex Slynko2015-01-251-6/+6
* | | refactor based on feedback from lamont-granquistScott Bonds2015-01-251-66/+40
* | | make sure new settings have a newline after themScott Bonds2015-01-251-4/+3
* | | update to new way of provider mappingScott Bonds2015-01-251-2/+4