summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-148-41/+150
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-135-20/+39
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-138-438/+527
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-1310-514/+531
* adding a few more fields to the host tableluke2006-05-131-0/+2
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-137-24/+277
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-136-23/+73
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-122-11/+22
* removing some extraneous loggingluke2006-05-121-1/+0
* Updating doc system to add the list of valid values to the doc string, and tw...luke2006-05-106-17/+61
* Slight modifications to package parsing on *bsd. It should be better about c...luke2006-05-091-5/+6
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-095-150/+227
* Making trigger logs much clearer -- you now get info logs indicating how many...luke2006-05-052-8/+34
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-053-122/+167
* Changing default for pattern to include the binary if it is includedluke2006-05-041-1/+5
* Small bug fixesluke2006-05-042-2/+3
* Fixing the problem that lutter ran into; the issue seems to be that Facter co...luke2006-05-041-2/+9
* fixing log messagesluke2006-05-031-1/+0
* fixing log messagesluke2006-05-031-3/+3
* Updated to version 0.16.5luke2006-05-031-1/+1
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-035-44/+89
* Fixing some naming problems with crons, and adding appropriate testsluke2006-05-031-7/+12
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-021-1/+1
* Switching to just using "preserve" for file copying in file#handlebackupsluke2006-05-021-5/+3
* Updated to version 0.16.4luke2006-05-021-1/+1
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-024-25/+29
* Updated to version 0.16.3luke2006-05-011-1/+1
* Bug fixes from OS X for 0.16.3luke2006-05-015-5/+26
* Hopefully final bug fixes in preparation for 0.16.3luke2006-04-301-1/+1
* Fixing tests looking for pmapluke2006-04-301-1/+1
* Fixing TransObject#to_type so that it does not modify the object being convertedluke2006-04-301-15/+7
* Changing test for service paths; only testing if it is a directory if it is p...luke2006-04-301-5/+7
* Added some code that could be used later to make sure the user and mode are a...luke2006-04-301-2/+2
* Adding a check to make sure the mode is copied over.luke2006-04-301-1/+9
* Fixing the docs a bit for the executables, adding a --daemonize option to pup...luke2006-04-302-14/+25
* Puppetd now has an option for listening -- just run the --listen option, and ...luke2006-04-284-4/+9
* Making file copying significantly faster -- i found an extra call to "describ...luke2006-04-283-19/+43
* Fixing #128. md5lite was being used instead of full md5. At this point, md5...luke2006-04-283-7/+10
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-2815-87/+231
* Trying to track down the bugs reported this morning, so I added some more tes...luke2006-04-275-16/+21
* adding "clean" mode to puppetcaluke2006-04-261-0/+20
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-264-13/+18
* Adding sum type to the retrieved sum if it is not already there. This provid...luke2006-04-261-1/+6
* removing unnecessary debuggingluke2006-04-261-1/+0
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+14
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-268-497/+640
* Modifying non-existent-package test to make sure syncing fails, and modified ...luke2006-04-221-1/+6
* removing patch from red hat spec fileluke2006-04-211-1/+1
* Final commit before 0.16.0luke2006-04-2111-33/+277
* making corrections to pass tests on freebsdluke2006-04-214-23/+47