summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed #2589 - Renamed zfs delete to destroy and added testsJames Turnbull2009-09-051-1/+1
* Fixes #2581. Use new 10.6 global launchd overrides file for service status/en...Nigel Kersten2009-09-031-10/+82
* Explicitly loading all facts in the directory service providerLuke Kanies2009-08-241-0/+3
* 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
* Fixes #2461. Provide new and old code paths for macosx_productversion_major w...Nigel Kersten2009-07-311-1/+12
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-291-0/+10
* Fixes #2438, get major OS X version from Facter and replace Puppet::Error inv...Nigel Kersten2009-07-241-20/+16
* Make pkgdmg default Darwin provider, make confines consistent on Darwin packa...Nigel Kersten2009-07-214-7/+7
* Fixed #579 - puppet should try to clear solaris 10 services in maintenance stateJames Turnbull2009-07-161-1/+8
* deprecate NetInfo providers and examples, remove all NetInfo references and t...Nigel Kersten2009-07-148-443/+6
* Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow c...Nigel Kersten2009-07-111-3/+10
* Fixing #2197 - daemontools tests now passLuke Kanies2009-06-261-18/+36
* Added missing colon to suntabMartin Englund2009-06-261-1/+2
* Fixed #2087 and refactored the code that gets the smf service stateMartin Englund2009-06-261-31/+19
* * provider/augeas: strip whitespace and ignore blank linesDavid Lutterkort2009-06-121-0/+2
* Clearn up a parsing error reported by the testsBryan Kearney2009-06-101-2/+2
* #2332: Remove trailing slashes from path commands in the pluginBryan Kearney2009-06-091-0/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-0642-214/+214
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-0616-73/+73
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-068-17/+17
* * provider/augeas: allow escaped whitespace and brackets in pathsDavid Lutterkort2009-06-031-1/+1
* * provider/augeas: match comparison uses '==' and '!=' againDavid Lutterkort2009-06-031-5/+5
* * provider/augeas (process_match): no match results in empty arrayDavid Lutterkort2009-06-031-1/+1
* * provider/augeas: remove useless checks for nilDavid Lutterkort2009-06-031-36/+32
* * provider/augeas: simplify evaluation in process_get/matchDavid Lutterkort2009-06-031-10/+9
* * provider/augeas (open_augeas): use Augeas flag names, not intsDavid Lutterkort2009-06-031-2/+2
* * provider/augeas: ensure Augeas connection is always closedDavid Lutterkort2009-06-031-35/+41
* * provider/augeas: minor code cleanupDavid Lutterkort2009-06-031-44/+44
* * provider/augeas (parse_commands): use split to split string into linesDavid Lutterkort2009-06-031-3/+1
* * provider/augeas: remove trailing whitespace (no functional change)David Lutterkort2009-06-031-4/+4
* Brought in lutters parse_commands patch and integrated it into the type.David Lutterkort2009-06-031-57/+108
* Fixing a bunch of warningsLuke Kanies2009-06-031-2/+0
* enable maillist on centos, redhat, fedoraPeter Meier2009-05-221-4/+8
* 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
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-221-18/+25
* Merge branch '0.24.x'Luke Kanies2009-04-026-42/+126
|\
| * Fixed #2004 - ssh_authorized_key fails if no target is definedFrancois Deppierraz2009-03-241-14/+1
| * Fix Bug #1629Francois Deppierraz2009-03-241-12/+52
| * Fixes incorrect detail variable in OS X version check, re-patches ralsh to wo...Nigel Kersten2009-03-201-3/+3
| * Fixed #2026 - Red Hat ignoring stop methodJames Turnbull2009-03-071-4/+4
| * Added a force option to ensure the change is always applied, and call augeas ...Bryan Kearney2009-03-041-44/+58