summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-0820-23/+24
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0883-1109/+1025
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-07102-1808/+1785
* Adding a libdir setting for puppet, so you can store your modifications to pu...luke2007-02-074-0/+80
* Adding a parameter to allow you to override how an exec refreshes itself.luke2007-02-072-4/+52
* Changing exec so that the checks apply to whether an exec is refreshed.luke2007-02-072-1/+43
* Disabling the netinfo mount providerluke2007-02-071-31/+31
* 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-0787-1496/+1658
* fixing the cookbook link fixluke2007-02-061-1/+1
* Removing the default value for :ensure on mounts.luke2007-02-062-10/+9
* changing the cookbook linkluke2007-02-061-3/+2
* Fixing exec so it actually works when path is specified as an arrayluke2007-02-013-1/+25
* Updated to version 0.22.1luke2007-02-011-1/+1
* 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