summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
...
* | | Test for current behaviorPeter Burkholder2015-03-271-3/+3
* | | Don't use rubygems if explicitly remotePeter Burkholder2015-03-271-0/+2
| |/ |/|
* | Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable"Jay Mundrawala2015-03-252-108/+87
* | Fixed bug where module_name would return an object instead of stringjdm/dsc-resourceJay Mundrawala2015-03-251-1/+1
* | Use unix specific provider for cron on solarisjdm/solaris-cronJay Mundrawala2015-03-242-1/+3
* | Merge pull request #2976 from pburkholder/pdb/gem_warnThom May2015-03-241-2/+7
|\ \
| * | Change 'should' to 'must'Peter Burkholder (@pburkholder)2015-03-241-1/+1
| * | Using warning suggested by @btmPeter Burkholder2015-03-131-4/+7
| * | Clarify warningPeter Burkholder2015-02-251-2/+4
* | | Merge pull request #2881 from chef/jdm/dsc_resourceJay Mundrawala2015-03-231-0/+157
|\ \ \
| * | | Useful error message when dsc resource is not foundJay Mundrawala2015-03-201-3/+9
| * | | Don't test the current state of the resource until the action is runJay Mundrawala2015-03-201-4/+2
| * | | ResourceStore does not deal with exceptionsJay Mundrawala2015-03-201-6/+14
| * | | Better error message in define_resource_requirementsJay Mundrawala2015-03-201-2/+2
| * | | Display information from DSCJay Mundrawala2015-03-201-2/+7
| * | | dsc_resource provider honors module_name is providedJay Mundrawala2015-03-201-0/+1
| * | | Update dsc_resource provider to work with 3rd party resourcesJay Mundrawala2015-03-201-0/+21
| * | | Make things workJay Mundrawala2015-03-201-11/+11
| * | | Added basic skeleton for DscResource providerJay Mundrawala2015-03-201-0/+118
* | | | Merge pull request #3109 from chef/jdm/openbsdJay Mundrawala2015-03-231-18/+49
|\ \ \ \ | |/ / / |/| | |
| * | | @new_resource -> new_resourceJay Mundrawala2015-03-191-11/+11
| * | | Update error messageJay Mundrawala2015-03-191-1/+1
| * | | Support flavorsJay Mundrawala2015-03-191-1/+5
| * | | Add guard for when flavor and version are both presentJay Mundrawala2015-03-191-0/+12
| * | | Fix openbsd package providerJay Mundrawala2015-03-181-13/+28
* | | | Modify accesses to HOME to use path_helper instead.Kartik Null Cating-Subramanian2015-03-201-2/+1
|/ / /
* | | alter messages generated by group provider to show group_nameDave Eddy2015-03-161-5/+5
* | | 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