summaryrefslogtreecommitdiffstats
path: root/test/ral
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-091-0/+71
|\
| * Fixed #822. Applied patch provided by DavidS.Michael V. O'Brien2007-10-081-0/+71
* | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-2/+2
|/
* Fixed #827. Applied a form of the patch provided by porridge andMichael V. O'Brien2007-10-041-1/+2
* Attempting to reproduce and fix #829 by applying patch by Paul. I could notLuke Kanies2007-10-041-1/+6
* Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-0344-44/+0
|\
| * Removing the Id tags from all of the filesLuke Kanies2007-10-0344-44/+0
* | I finally tracked down the problem that was causing providersLuke Kanies2007-10-032-14/+9
|/
* Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-021-0/+3
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-70/+0
* The structure for handling resource generation is nowLuke Kanies2007-09-222-6/+8
* An intermediate commit so I can start working on a differentLuke Kanies2007-09-201-3/+1
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-1713-252/+83
* Fixing a path test. I have now made the path stuff a lot cleaner, but it app...Luke Kanies2007-09-071-1/+1
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-2/+19
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-1/+0
* Broaden assert_absent so that it thinks that :purged is equivalent to :absent(no author)2007-08-091-1/+1
* Change the service name so that it is less likely to trip on a common word an...(no author)2007-08-091-2/+2
* Highlight what I think is a problem in the test suite that I just can't solve(no author)2007-08-091-0/+3
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-091-0/+2
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-071-1/+5
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-064-90/+236
* Fixing #751 -- the interface providers now have basic tests, at least to veri...luke2007-08-051-0/+40
* Fixing #730 -- mounts now call flush() before trying to mountluke2007-08-051-45/+68
* Fixing #726 -- mounts can now correctly handle mounted but absent filesystems.luke2007-07-201-0/+17
* Adding some code in an attempt to fix #728, but it is all commented out since...luke2007-07-201-1/+17
* Fixing #725. I was apparently not deleting the alias I was creating to the c...luke2007-07-191-0/+15
* Converting mount test to use mount everywhere instead of dfluke2007-07-191-3/+3
* The first round of bug-fixes in preparation for beakerluke2007-07-191-0/+12
* Fixing #716 -- the package type was considering anything that was not "absent...luke2007-07-191-0/+8
* Fixing the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-141-0/+16
* Fixing the instances method. It now works when there are already managed res...luke2007-07-121-5/+17
* Fixing the :check metaparam so it does not try to check unsupported parametersluke2007-07-121-0/+32
* removing the test for a method I removed yesterdayluke2007-07-121-48/+0
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-121-12/+60
* Adding support for a "mailalias" type, with /etc/aliases support initially. ...luke2007-07-103-6/+126
* Adding support in Property for declarating whether a given property type will...luke2007-07-101-0/+38
* Fixing #704 -- Puppet was not failing correctly when schedules were missing, ...luke2007-07-041-0/+28
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-042-4/+4
* Modified the fileserver to cache file information, so thatluke2007-06-192-0/+2
* More test fixes. I seem to be getting very close.luke2007-06-192-2/+3
* Adding tracing to prefetch failures, and Fixing the environment support in th...luke2007-06-181-0/+50
* Fixing the yum provider, and fixing the unit tests so the failures people wer...luke2007-06-171-6/+31
* Modifying the check metaparam so that it just silently ignores metaparams and...luke2007-06-151-0/+30
* Fixing #655 -- Solaris zones are again fully functional, from what I can tellluke2007-06-141-87/+68
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-111-0/+4
* Fixing #112 - mounts now default to 0 for dump and passluke2007-06-111-0/+15
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-089-53/+139
* Fixing the few test failures that resulted from the changes to provider listingluke2007-06-053-10/+11
* Significantly reworked the type => provider interface with respect toluke2007-06-049-82/+235