summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* add comment about stems with flavorsScott Bonds2014-11-131-1/+1
* use PKG_PATH instead of PACKAGEROOT/SITEScott Bonds2014-11-131-8/+4
* add support for double-dash in package nameScott Bonds2014-11-131-4/+21
* misc cleanupScott Bonds2014-11-131-5/+5
* fix candidate_version return valueScott Bonds2014-11-131-4/+7
* simplify openbsd package providerScott Bonds2014-11-131-154/+19
* add openbsd package providerScott Bonds2014-11-131-0/+226
* Fix rubygems provider to use https instead of http.Nathan Cerny2014-11-131-1/+1
* spec fixesLamont Granquist2014-11-081-1/+1
* polishing provider_resolverLamont Granquist2014-11-089-9/+36
* systemctl path fixes, rspec modernization, etcLamont Granquist2014-11-081-31/+45
* Updates based on the PR comments.Serdar Sutay2014-10-281-7/+3
* Fix freebsd group provider regression introduced by b06510323102fcb35fb7b0289...Serdar Sutay2014-10-281-9/+9
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-282-2/+6
* add provides to aix service providerkaustubh-d2014-10-281-0/+2
* Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\
| * Properly load FreeBSD service statusRichard Manyanza2014-10-221-0/+1
* | Merge pull request #2270 from liseki/fix-whiny-freebsd-serviceSerdar Sutay2014-10-241-1/+2
|\ \
| * | Maintain init_command as nil in why-run when missing init scriptRichard Manyanza2014-10-211-10/+2
| * | Ensure why-run of a FreeBSD service missing init script does not failRichard Manyanza2014-10-211-0/+9
* | | Merge pull request #2251 from chilicheech/fix_dscl_group_nameSerdar Sutay2014-10-241-2/+2
|\ \ \
| * | | use group_name when checking if the group exists on mac osx with dsclThiago Oliveira2014-10-171-2/+2
* | | | Merge pull request #2287 from opscode/lcg/remove-force-utf8Lamont Granquist2014-10-241-1/+0
|\ \ \ \
| * | | | remove force of utf-8lcg/remove-force-utf8Lamont Granquist2014-10-231-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #1596 from opscode/lcg/provider-resovlerLamont Granquist2014-10-2449-43/+182
|\ \ \ \
| * | | | Chef-12 RC Provider ResolverLamont Granquist2014-10-2451-204/+180
| * | | | Initial sketch for provider resolverRichard Manyanza2014-10-225-1/+164
| |/ / /
* | | | Sytle cleanupjdmundrawala/env-splitJay Mundrawala2014-10-231-1/+1
* | | | Aliased compare_value to requires_modify_or_create?Jay Mundrawala2014-10-231-0/+2
* | | | Renamed compare_value in env providerJay Mundrawala2014-10-231-3/+3
* | | | delete_element should return false if the key needs to be deletedJay Mundrawala2014-10-231-1/+1
* | | | Got rid of repeated codeJay Mundrawala2014-10-231-9/+15
* | | | Modified env resource to break values up by delimiter before comparing.Jay Mundrawala2014-10-231-6/+13
* | | | Change default powershell_script executionpolicy to unrestrictedAdam Edwards2014-10-231-1/+1
* | | | Debug logging should show transformed script code for easier debugging of pow...Adam Edwards2014-10-231-0/+2
|/ / /
* | | Merge pull request #2249 from opscode/jdmundrawala/delete-envJay Mundrawala2014-10-211-2/+4
|\ \ \
| * | | Ensure delete ENV[var] from current processJay Mundrawala2014-10-211-2/+4
| | |/ | |/|
* | | Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-212-0/+243
|\ \ \
| * | | fixed functional testskaustubh-d2014-09-231-4/+4
| * | | aix service provider more code changeskaustubh-d2014-09-151-24/+13
| * | | fix aix service providerkaustubh-d2014-09-121-48/+22
| * | | inprogress- add aix default service provider implementation.kaustubh-d2014-09-111-0/+163
| * | | minor improvements in aixinit provider.kaustubh-d2014-09-111-10/+10
| * | | aix service provider for init stylekaustubh-d2014-09-101-0/+117
* | | | Merge pull request #2237 from rottenbytes/mount_cgroupsSerdar Sutay2014-10-211-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | mount resource : allow to mount cgroupsNicolas Szalay2014-10-151-1/+1
| | |/ | |/|
* | | Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-164-6/+5
* | | Finishing all code changes to split resource collection into 2 data containerstyler-ball2014-10-164-5/+6
|/ /
* | DSC terminology correction in insufficient powershell version messageAdam Edwards2014-10-141-1/+1
* | DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-141-2/+1