summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/service/smf.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code smell: Two space indentationMarkus Roberts2010-07-091-82/+82
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-6/+6
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-3/+2
* Fixes #3113 - When importing a manifest puppet needs to chillMarkus Roberts2010-02-171-2/+4
* Fixed #2530 - Fixed status setting in the SMF providerJames Turnbull2009-08-151-1/+1
* Fixed #579 - puppet should try to clear solaris 10 services in maintenance stateJames Turnbull2009-07-161-1/+8
* Fixed #2087 and refactored the code that gets the smf service stateMartin Englund2009-06-261-31/+19
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-061-2/+2
* SMF import support working and documentation updateBryan Allen2009-04-241-0/+20
* 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/+7
* Fixed #1609 - Added confines for the Gentoo, FreeBSD and SMF (Solaris) servic...James Turnbull2008-09-251-0/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-5/+5
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-0/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-4/+4
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+84