summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Backport the fix for #1835Bryan Kearney2009-03-041-4/+22
| * First cut at the not running if augeas does not change any of the underlieing...Bryan Kearney2009-03-041-25/+76
| * Bug 1948: Added patch by jab to support the correct ins syntax. Updated the t...Bryan Kearney2009-03-041-5/+3
| * Fixed #2025 - gentoo service provider handle only default init levelJames Turnbull2009-02-271-1/+1
| * Updated useradd.rb managehome confine to include other RH-like distributionsJames Turnbull2009-02-251-1/+1
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-2617-50/+50
* | Fixing some tests that somehow broke in the merge to masterLuke Kanies2009-02-141-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-144-47/+142
|\|
| * Only backing up within parsedfile when managing filesLuke Kanies2009-02-141-0/+2
| * Fixing a syntax error in the up2date providerLuke Kanies2009-02-141-1/+1
| * Cleaned up variable names to be more sane, clarified error messages and fixed...James Turnbull2009-02-141-6/+6
| * Provide dscl -url output support for OS X 10.4 clients using the directoryser...Nigel Kersten2009-02-141-36/+120
| * Fix launchd service provider so it is backwards compatible with OS X 10.4 as ...Nigel Kersten2009-02-141-4/+13
* | Merge branch '0.24.x'Luke Kanies2009-02-135-13/+50
|\|
| * Bug 1948: Add logic and testing for the command parsing logicBryan Kearney2009-02-141-5/+6
| * Updated up2date and service confines to add support for Oracle EL and VMJames Turnbull2009-02-132-3/+5
| * Adding a post-processor for Nagios names.Luke Kanies2009-02-131-2/+3