summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated to version 0.22.1luke2007-02-011-1/+1
* Updated to version 0.22.1luke2007-02-011-1/+1
* Fixing #470, I think. I basically just threw away the validation and let sui...luke2007-02-012-39/+29
* The resolve functionality in "test" is almost working...luke2007-02-013-41/+118
* Adding note about removing mounts netinfo providerluke2007-02-011-0/+4
* 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-013-2/+4
* 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-012-2/+6
* 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-013-9/+22
* Fixing a purging bug introduced by [2138]. I had to move the purge check to ...luke2007-02-013-15/+27
* Deleting the file even if a source is specified, as mentioned by Robert Nickel.luke2007-02-012-1/+29
* Renaming "pelement" to "resource". The old name is a holdover from before we...luke2007-01-316-24/+24
* Fixing Files to work with the Resource server. Basically I just remove the "...luke2007-01-311-0/+11
* Adding explicit umasks to these tests.ajax2007-01-313-0/+10
* Fixing rundir so that it is only set to be in /var if the process is named pu...luke2007-01-311-1/+3
* Removing all remnants of the old symlink typeluke2007-01-313-55/+8
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-313-7/+5
* Updating changelog for 0.22.1, although I am not quite ready to commit yet.luke2007-01-301-0/+26
* Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke2007-01-302-1/+27
* Providing a partial fix for #428. Resources can now be deleted as long as al...luke2007-01-302-4/+13
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-304-476/+494
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-306-404/+434
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-303-266/+297
* Fixing #462. The package sort order was always resulting in the lowest-versi...luke2007-01-303-1/+4
* Applying patch in #465.luke2007-01-301-1/+1
* fixing #427. Facts now timeout, both in loading and downloadingluke2007-01-301-21/+25
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-305-46/+179
* Not creating the listening server at all if --onetime is enabled.luke2007-01-301-5/+3
* Fixing #440, albeit with a slightly hackish fix.luke2007-01-301-0/+15
* Moving code from external sources into an external/ directoryluke2007-01-3033-39/+39
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-302-4/+7
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-305-12/+69
* Fixing the warning message related to namespaceauth.confluke2007-01-291-1/+1
* Fixing a problem that occurs when puppetd starts with an up-to-date configura...luke2007-01-292-9/+44
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-297-76/+80
* pointing documentation to the wiki nowajax2007-01-291-1/+1
* Fixing #438.luke2007-01-292-3/+25
* Fixing #444. I was losing the list of sources when creating new children.luke2007-01-292-1/+34
* A couple small bug-fixesluke2007-01-293-2/+7
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-297-24/+43
* Fixing info around newtype optionsluke2007-01-292-3/+3
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-286-8/+100
* Adding a "self_refresh" option, so resources can refresh themselves if they h...luke2007-01-283-1/+27
* Fixing #454.luke2007-01-282-1/+24
* Fixing #441.luke2007-01-282-4/+54
* Fixing #431. Collection was always returning an array, even when only a sing...luke2007-01-282-23/+35