summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service/launchd.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #6555 - Fixed two more when then colon issuesJames Turnbull2011-03-221-1/+1
* (#6509) Inline docs: Fix broken lists in Launchd provider.nfagerlund2011-02-281-8/+11
* 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
* Code smell: Two space indentationMarkus Roberts2010-07-091-234/+234
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-30/+10
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-25/+25
* Fixes #2581. Use new 10.6 global launchd overrides file for service status/en...Nigel Kersten2009-09-031-10/+82
* Removed extra whitespace from end of linesIan Taylor2009-06-061-12/+12
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-061-26/+26
* Fix launchd service provider so it is backwards compatible with OS X 10.4 as ...Nigel Kersten2009-02-141-4/+13
* Documentation fixesJames Turnbull2008-12-131-2/+3
* Simplify launchd service provider and add testsNigel Kersten2008-12-011-18/+24
* launchd service providerNigel Kersten2008-11-261-0/+188