summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service/init.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated all types to Markdown outputJames Turnbull2010-08-111-2/+2
* Code smell: Two space indentationMarkus Roberts2010-07-091-125/+125
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-5/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-3/+2
* [4123] - allows self.instances to correctly report state of services.Dan Bode2010-07-071-1/+1
* created init provider method self.get_services which accepts an array of file...Dan Bode2010-07-071-3/+6
* Fix #2887 'service' tests paths too earlyJesse Wolfe2010-01-081-2/+18
* This further normalizes the handling of init-style services (includingMarkus Roberts2009-09-051-24/+12
* Removed extra whitespace from end of linesIan Taylor2009-06-061-5/+5
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-4/+4
* Documentation fixesJames Turnbull2008-12-131-4/+8
* launchd service providerNigel Kersten2008-11-261-1/+1
* Fix the init service type to cope with an array for defpath and if defpath do...Nigel Kersten2008-11-191-17/+23
* Fixed #1369 - the init service provider now supports HP-UX.Luke Kanies2008-06-161-0/+2
* Fixed #1196 - added /sbin/service support for the redhat service provider + s...James Turnbull2008-04-241-3/+3
* Hasstatus in the init service provider; it was justLuke Kanies2008-02-211-1/+1
* Applying patch by raj in #881.Luke Kanies2007-12-111-1/+1
* Fixing #946.Luke Kanies2007-12-101-29/+14
* Renaming @model to @resource in a providerLuke Kanies2007-11-281-1/+1
* Fixing #527 (rewrote service tests), #766 (services only restart when theyLuke Kanies2007-11-281-8/+0
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Applying patch in #572 by trombikluke2007-06-181-0/+13
* Significantly reworked the type => provider interface with respect toluke2007-06-041-10/+4
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-4/+4
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-5/+6
* Adding hasrestart parameter to servicesluke2006-09-051-19/+9
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+151