summaryrefslogtreecommitdiffstats
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring tests to reduce code size, increase coverage, and makeMarkus Roberts2009-09-052-111/+49
* This further normalizes the handling of init-style services (includingMarkus Roberts2009-09-052-0/+262
* Fixed #2589 - Renamed zfs delete to destroy and added testsJames Turnbull2009-09-051-2/+14
* Fixes #2581. Use new 10.6 global launchd overrides file for service status/en...Nigel Kersten2009-09-031-0/+58
* Fixes #2513. debian service provider now uses invoke-rc.d to determine enable...Nigel Kersten2009-08-181-0/+89
* Fixing typo in two tests which caused them to always passMarkus Roberts2009-07-311-2/+2
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-291-1/+13
* Fixing #2445 - fixing the mount test mockLuke Kanies2009-07-241-1/+2
* Fixing #2197 - daemontools tests now passLuke Kanies2009-06-261-13/+38
* * provider/augeas: strip whitespace and ignore blank linesDavid Lutterkort2009-06-121-0/+13
* #2332: Remove trailing slashes from path commands in the pluginBryan Kearney2009-06-091-0/+6
* Removed extra whitespace from end of linesIan Taylor2009-06-0613-76/+76
* * provider/augeas: minor spec test cleanupDavid Lutterkort2009-06-031-29/+30
* * provider/augeas: allow escaped whitespace and brackets in pathsDavid Lutterkort2009-06-031-0/+7
* * provider/augeas: match comparison uses '==' and '!=' againDavid Lutterkort2009-06-031-4/+4
* Brought in lutters parse_commands patch and integrated it into the type.David Lutterkort2009-06-031-109/+105
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-221-0/+73
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-0/+1
* Merge branch '0.24.x'Luke Kanies2009-04-023-39/+121
|\
| * Fixed #2004 - ssh_authorized_key fails if no target is definedFrancois Deppierraz2009-03-241-22/+2
| * Fix Bug #1629Francois Deppierraz2009-03-241-0/+64
| * Added a force option to ensure the change is always applied, and call augeas ...Bryan Kearney2009-03-041-91/+121
| * Backport the fix for #1835Bryan Kearney2009-03-041-0/+80
| * First cut at the not running if augeas does not change any of the underlieing...Bryan Kearney2009-03-041-9/+16
| * Fixing every failing test I can find on the build server.Luke Kanies2009-02-281-0/+1
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* | Merge branch '0.24.x'Luke Kanies2009-02-141-2/+2
|\|
| * Minor fix to launchd testsJames Turnbull2009-02-151-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-142-4/+21
|\|
| * Fix spec test for launchd service provider to work with new service status me...Nigel Kersten2009-02-151-1/+9
| * Only backing up within parsedfile when managing filesLuke Kanies2009-02-141-3/+12
* | Merge branch '0.24.x'Luke Kanies2009-02-132-10/+56
|\|
| * Bug 1948: Add logic and testing for the command parsing logicBryan Kearney2009-02-141-4/+13
| * Fixing #1541 - ParsedFile only backs up files once per transactionLuke Kanies2009-02-131-0/+36
| * Bug #1948: Added patch by jab to support the correct ins syntax. Updated the ...Bryan Kearney2009-02-131-12/+13
* | Merge branch '0.24.x'Luke Kanies2009-02-112-0/+108
|\|
| * Prefetching, and thus purging, Nagios resources now worksLuke Kanies2009-02-112-0/+58
| * Adding some basic tests for the Naginator provider base classLuke Kanies2009-02-111-0/+50
* | Fix Bug #1629Francois Deppierraz2009-01-131-0/+64
* | Fix #1835 : Add whitespace/quote parsing toBryan Kearney2009-01-131-76/+156
* | Merge branch '0.24.x'James Turnbull2008-12-271-3/+24
|\|
| * Issue 1804 VDev with the same devices should be in syncAndrew Shafer2008-12-151-3/+24
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-182-2/+2
* | Merge branch '0.24.x'Luke Kanies2008-12-093-3/+150
|\|
| * Fix launchd service test on non-OSX platformsJames Turnbull2008-12-091-1/+1
| * Fix the spec tests to work on other platforms, do the confine around OS X ver...Nigel Kersten2008-12-091-23/+17
| * Refactor #1802 Use 'zfs get -H -o value' instead of parsing output for valueAndrew Shafer2008-12-081-2/+2
| * spec tests for type and provider and some code cleanup to adhere to DRYNigel Kersten2008-12-061-0/+153
* | Merge branch '0.24.x'Luke Kanies2008-12-0216-47/+733
|\|