summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/augeas
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Split Augeas up into a provider and a type.Bryan Kearney2008-10-281-0/+188