summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service
Commit message (Expand)AuthorAgeFilesLines
* (#8272) Add missing tests for Windows service provider methods.Cameron Thomas2011-08-101-1/+1
* (#8272) Allow disabled Windows services to be startedNick Lewis2011-07-261-0/+13
* (#8272) Use symbols instead of booleans for enabled property on WindowsNick Lewis2011-07-261-2/+2
* (#8272) Fixup logging in Windows service providerNick Lewis2011-07-261-7/+3
* Add basic service provider for WindowsCameron Thomas2011-07-221-0/+101
* Merge branch '2.6.x' into nextMax Martin2011-03-301-2/+6
|\
| * (#5908) Add support for new update-rc.d disable APIMax Martin2011-03-301-2/+6
* | Merge branch 'tickets/master/6324' of https://github.com/domcleal/puppet into...Jesse Wolfe2011-03-291-3/+3
|\ \
| * | Fix non-existent method called in SMF manifest import exception message, upda...Dominic Cleal2011-02-191-1/+1
| * | (#6324) Always fall back to svcadm enable except for the maintenance stateDominic Cleal2011-02-151-2/+2
* | | (#6820) Fix invalid next that should be a returnMatt Robinson2011-03-231-1/+1
* | | Fixed #6555 - Fixed two more when then colon issuesJames Turnbull2011-03-221-1/+1
* | | Merge branch '2.6.next' into nextMatt Robinson2011-03-074-20/+21
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'ticket/2.6.next/maint-remove_version_control_tags' into 2.6.nextMatt Robinson2011-02-281-2/+0
| |\
| | * (#6338) Remove unused version control tagsMatt Robinson2011-02-281-2/+0
| * | (#6509) Inline docs: Fix broken lists in Launchd provider.nfagerlund2011-02-281-8/+11
| * | (#6509) Inline docs: Fix code blocks in service type.nfagerlund2011-02-282-10/+10
| |/
* | Merge commit '2.6.3' into nextPaul Berry2010-11-171-1/+4
|\|
| * (#4573) FreeBSD service provider now supports versions <7 and >8Nick Lewis2010-11-101-1/+4
* | (#3747) Add specs for upstart providerNick Lewis2010-11-111-4/+1
* | (#3747) Implement upstart providerNan Liu2010-11-111-0/+76
|/
* Fixed #5112 - Launchd Service broke in 2.6.2 with OS X 10.4 Clients.donavan2010-10-291-1/+1
* Fixed #4025 (failure in launchd if certain plists are binary).Paul Berry2010-09-291-9/+16
* Fix for #4746 -- Newline goes at the _end_ of the lineMarkus Roberts2010-09-221-1/+1
* 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