summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-156-33/+25
* Fixing #484. Moving unit tests at the same time.luke2007-02-0810-0/+26
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-0816-19/+19
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0834-196/+173
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-0743-243/+234
* Adding a libdir setting for puppet, so you can store your modifications to pu...luke2007-02-072-0/+58
* Adding a parameter to allow you to override how an exec refreshes itself.luke2007-02-071-0/+30
* Changing exec so that the checks apply to whether an exec is refreshed.luke2007-02-071-0/+40
* Reorganizing some of the tests.luke2007-02-0736-95/+54
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-0735-323/+597
* Removing the default value for :ensure on mounts.luke2007-02-061-2/+9
* Fixing exec so it actually works when path is specified as an arrayluke2007-02-012-0/+24
* Fixing #470, I think. I basically just threw away the validation and let sui...luke2007-02-011-0/+23
* The resolve functionality in "test" is almost working...luke2007-02-013-41/+118
* Oops, that last commit seems to have broken the rakefile. Works again.luke2007-02-013-18/+27
* Trying to get the functionality I had in previous tests. Mostly I wantluke2007-02-013-1/+116
* Fixing executable tests to take new rundir into accountluke2007-02-012-1/+2
* Filenames for test must _end_ with '.rb'lutter2007-02-011-1/+2
* Fix to make running tests work in ruby 1.8.5lutter2007-02-011-3/+2
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-2/+5
* fixing rails test to take into account the fact that resources now do not alw...luke2007-02-011-2/+2
* Fixing autogen so it passes on non-Darwin systems.luke2007-02-011-2/+3
* Fixing a purging bug introduced by [2138]. I had to move the purge check to ...luke2007-02-011-8/+8
* Deleting the file even if a source is specified, as mentioned by Robert Nickel.luke2007-02-011-0/+26
* Renaming "pelement" to "resource". The old name is a holdover from before we...luke2007-01-312-13/+13
* Adding explicit umasks to these tests.ajax2007-01-313-0/+10
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-1/+1
* Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke2007-01-301-0/+22
* Providing a partial fix for #428. Resources can now be deleted as long as al...luke2007-01-301-2/+10
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-302-2/+7
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-304-0/+44
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-301-0/+8
* Fixing #462. The package sort order was always resulting in the lowest-versi...luke2007-01-302-1/+1
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-303-0/+110
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-301-0/+33
* Fixing a problem that occurs when puppetd starts with an up-to-date configura...luke2007-01-291-3/+33
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-292-0/+37
* Fixing #438.luke2007-01-291-0/+16
* Fixing #444. I was losing the list of sources when creating new children.luke2007-01-291-0/+24
* A couple small bug-fixesluke2007-01-291-1/+1
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-292-5/+20
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-282-4/+49
* Adding a "self_refresh" option, so resources can refresh themselves if they h...luke2007-01-281-0/+12
* Fixing #454.luke2007-01-281-0/+23
* Fixing #441.luke2007-01-281-0/+52
* Fixing #431. Collection was always returning an array, even when only a sing...luke2007-01-281-23/+32
* Fixing #455. A simple fix, fortunately.luke2007-01-271-0/+9
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-261-0/+11
* Fixing #434.luke2007-01-261-0/+8
* Fixing #445. Nodes can now inherit from default.luke2007-01-261-2/+7