summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-0/+1
* 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
* | | Chef-12 RC Provider ResolverLamont Granquist2014-10-2414-42/+102
* | | Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+3
| |/ |/|
* | 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
* | Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
* | Escape path for globbing.Claire McQuin2014-09-221-1/+1
* | Escape path for globbing.Claire McQuin2014-09-221-1/+2
* | Escape path for globbing.Claire McQuin2014-09-221-1/+2
|/
* spec and code fixes for upstart providerLamont Granquist2014-09-081-1/+1
* fix shell_out/run_command usageLamont Granquist2014-09-0810-43/+43
* better regex in /etc/rc.conf for service stateDave Eddy2014-08-291-2/+2
* refactoring freebsd provider + unit testsLamont Granquist2014-08-293-72/+92
* add trailing = to regex for freebsd service deletionDave Eddy2014-08-291-1/+1
* another instance of loose regexDave Eddy2014-08-291-1/+1
* tighten up /etc/rc.conf regexDave Eddy2014-08-291-1/+1
* CHEF-5022: Rename start_type to current_start_typeBryan McLellan2014-08-121-7/+7
* CHEF-5022: leave enabled to nil for all other statesBryan McLellan2014-08-121-1/+6
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-121-32/+67
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-11/+37
* fixing all the extra blank linesLamont Granquist2014-07-295-5/+0
* add shell_out to base provider codeLamont Granquist2014-07-298-14/+0
* remove threads from nonessential code piecesLamont Granquist2014-07-161-11/+14
* Check shell_out's error? when running status command.Claire McQuin2014-06-301-5/+3
* Make Systemd service use shell_out.Claire McQuin2014-06-301-11/+11
* check for running service when reload, if not - start itVasiliy Tolstov2014-06-301-1/+5
* reload service only if it running, if not - startVasiliy Tolstov2014-06-301-1/+1
* add worker threadCHEF-4600Claire McQuin2014-06-181-8/+10
* fix indentingClaire McQuin2014-06-181-5/+5
* CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-181-10/+12
* Merge branch 'CHEF-4791' of github.com:deployable/chefsersut2014-06-181-6/+30
|\
| * Fixed whitespace in changes.deployable2014-05-211-15/+15
| * CHEF-4791 Add more windows service states to the start/stop control flowMatt2013-12-051-6/+30
* | Merge pull request #1477 from MarkGibbons/CHEF-5347Claire McQuin2014-06-171-1/+1
|\ \
| * | CHEF-5437: Ruby 8 syntax still required.markgibbons2014-06-091-1/+1
| * | CHEF-5347: Use shell_out! with returns [0, 1].markgibbons2014-06-091-1/+1
| * | CHEF-5347: Allow for undefined solaris services in the service resource.markgibbons2014-06-071-1/+1
* | | Fix upstart provider so parameters work correctlyRobert Tarrall2014-05-011-1/+2
|/ /
* | Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-2413-14/+9