summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-116-11/+11
* Code smell: Two space indentationMarkus Roberts2010-07-0912-1193/+1193
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-092-4/+4
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-095-27/+9
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-097-14/+14
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-095-52/+18
* Code smell: Use string interpolationMarkus Roberts2010-07-099-38/+38
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-093-3/+3
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-0911-203/+196
* saving work for my unit tests. The redhat one still fails...Dan Bode2010-07-071-1/+1
* [4123] - allows self.instances to correctly report state of services.Dan Bode2010-07-072-2/+3
* created init provider method self.get_services which accepts an array of file...Dan Bode2010-07-072-3/+11
* Targeted fix for #3851Markus Roberts2010-02-171-1/+1
* Fix: the rcvar name is not necessarily the same as the service name. (More an...Anselm Strauss2010-02-171-16/+39
* Added proper status commandAnselm Strauss2010-02-171-0/+4
* Re-included old BSD service provider, made new one default for FreeBSDAnselm Strauss2010-02-172-1/+56
* Rewrote FreeBSD service providerAnselm Strauss2010-02-171-39/+94
* Fixing #2864 Added support for AIX System Resource Controller (SRC) - service...Andrew Forgue2010-02-171-0/+91
* Fixes #3113 - When importing a manifest puppet needs to chillMarkus Roberts2010-02-171-2/+4
* Fix for #3035 (redhat services use init for source)Markus Roberts2010-01-301-1/+1
* Fix #2887 'service' tests paths too earlyJesse Wolfe2010-01-081-2/+18
* Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-192-2/+2
* Fixing #2767 invoke-rc.d warningsJesse Wolfe2009-11-121-1/+1
* Fix #2642 - Runit provider reworkBrice Figureau2009-09-221-14/+4
* Fix #2640 - Daemontools and Runit were not creating the enable symlinkBrice Figureau2009-09-162-13/+10
* This further normalizes the handling of init-style services (includingMarkus Roberts2009-09-053-58/+36
* Combined fix for #2525, #2552 -- RedHat service issuesMarkus Roberts2009-09-051-1/+9
* Fixes #2581. Use new 10.6 global launchd overrides file for service status/en...Nigel Kersten2009-09-031-10/+82
* Fixes #2513. debian service provider now uses invoke-rc.d to determine enable...Nigel Kersten2009-08-181-11/+19
* Fixed #2530 - Fixed status setting in the SMF providerJames Turnbull2009-08-151-1/+1
* Fixed #2525 - Wrong method being overridden in Red Hat servicesJames Turnbull2009-08-111-1/+1
* Updated fix for #2481James Turnbull2009-08-051-3/+5
* Revert "Fxied #2481 - Added status and restart overrides for Red Hat service ...James Turnbull2009-08-051-4/+4
* Fxied #2481 - Added status and restart overrides for Red Hat service provider.James Turnbull2009-08-031-4/+4
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-291-0/+10
* Fixed #579 - puppet should try to clear solaris 10 services in maintenance stateJames Turnbull2009-07-161-1/+8
* Fixing #2197 - daemontools tests now passLuke Kanies2009-06-261-18/+36
* Fixed #2087 and refactored the code that gets the smf service stateMartin Englund2009-06-261-31/+19
* Removed extra whitespace from end of linesIan Taylor2009-06-067-30/+30
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-068-58/+58
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-1/+1
* Fixes #2172 - service provider for gentoo fails with ambiguous suffixesJames Turnbull2009-04-241-1/+1
* SMF import support working and documentation updateBryan Allen2009-04-241-0/+20
* Fixes #2145 and #2146Bryan Allen2009-04-241-37/+56
* Merge branch '0.24.x'Luke Kanies2009-04-022-5/+5
|\
| * Fixed #2026 - Red Hat ignoring stop methodJames Turnbull2009-03-071-4/+4
| * Fixed #2025 - gentoo service provider handle only default init levelJames Turnbull2009-02-271-1/+1
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-262-8/+8
|/