summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/augeas/augeas.rb
Commit message (Expand)AuthorAgeFilesLines
* (#5606) Print Augeas' /augeas//error info to debug on save failureDominic Cleal2011-08-071-3/+20
* (#8808) Fail Augeas resource when unable to save changesDominic Cleal2011-08-071-3/+5
* (#2728) Add diff output for changes made by Augeas providerMichael Knox2011-06-021-17/+42
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-14/+10
* (#6494) Add setm command to Augeas providerDominic Cleal2011-02-251-0/+5
* (#6494) Add mv command to Augeas providerDominic Cleal2011-02-251-0/+6
* (#6494) Add defnode command to Augeas providerDominic Cleal2011-02-251-0/+5
* (#6494) Add defvar command to Augeas providerDominic Cleal2011-02-251-0/+5
* (#5211) Added patch and tests for checking the size of the arrary which is re...Steve Nielson2010-12-021-1/+6
* Code smell: Two space indentationMarkus Roberts2010-07-091-318/+318
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-8/+8
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-15/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-11/+11
* Code smell: Miscellaneous oddity removalMarkus Roberts2010-07-091-1/+1
* Bug 3731. Applied Fix suggested by Doug Warner to always flatten out the arrayBryan Kearney2010-06-241-0/+1
* fixed a couple of typosMarc Fournier2010-02-171-1/+1
* Handle path elements with ticks and spacesBryan Kearney2010-02-171-2/+8
* Fixed the return types were valid, and removed the copy paste error with the ...Bryan Kearney2010-02-171-4/+4
* Merge branch '0.25.x'Markus Roberts2010-02-091-4/+18
|\
| * Fix for #2327, check the return types from augeas and fail where appropriateBryan Kearney2010-02-011-4/+10
| * 2047: Add a not_include into matchBryan Kearney2010-02-011-0/+4
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-2/+2
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+4
* | type augeas: add 'incl' and 'lens' parametersDavid Lutterkort2009-10-241-0/+7
|/
* * 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
* * 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
* Merge branch '0.24.x'Luke Kanies2009-04-021-28/+91
|\
| * 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 #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-12/+12
* | Merge branch '0.24.x'Luke Kanies2009-02-131-8/+28
|\|
| * Bug 1948: Add logic and testing for the command parsing logicBryan Kearney2009-02-141-5/+6
| * Bug #1948: Added patch by jab to support the correct ins syntax. Updated the ...Bryan Kearney2009-02-131-6/+26
* | Fix #1835 : Add whitespace/quote parsing toBryan Kearney2009-01-131-18/+36
|/
* Relicense under GPLv2+Bryan Kearney2008-12-021-4/+4
* Added unit tests for the augeas type and providerBryan Kearney2008-10-301-2/+3