summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
...
* | | Yum was failing to install packages when a source was providedJay Mundrawala2015-03-161-13/+16
* | | Merge pull request #3050 from chef/jdm/osxJay Mundrawala2015-03-101-1/+5
|\ \ \ | |_|/ |/| |
| * | Sometimes plutil returns an invalid utf-8 string, which gets interpreted as a...Jay Mundrawala2015-03-091-1/+5
* | | Merge pull request #3004 from chef/lcg/deploy-provider-nillableLamont Granquist2015-03-092-87/+108
|\ \ \ | |/ / |/| |
| * | make deploy provider support nilLamont Granquist2015-03-052-87/+108
* | | provider_resolver migration from provider_mappingLamont Granquist2015-03-0415-1/+29
|/ /
* | 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
* | | Remove unused require in yum package providerJay Mundrawala2015-03-021-1/+0
* | | Update specs for yum package provider to use shell_outJay Mundrawala2015-03-021-1/+2
* | | Use shell_out instead of output_of_command for yum package providerjdm/yum-fixJay Mundrawala2015-03-021-6/+4
| |/ |/|
* | 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