| Commit message (Expand) | Author | Age | Files | Lines |
| * | adding a few more fields to the host table | luke | 2006-05-13 | 1 | -0/+2 |
| * | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 10 | -25/+389 |
| * | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 8 | -30/+146 |
| * | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 7 | -55/+163 |
| * | removing some extraneous logging | luke | 2006-05-12 | 1 | -1/+0 |
| * | Updating doc system to add the list of valid values to the doc string, and tw... | luke | 2006-05-10 | 7 | -19/+74 |
| * | Slight modifications to package parsing on *bsd. It should be better about c... | luke | 2006-05-09 | 1 | -5/+6 |
| * | It is just a snippet test, and thus a functional test but not a coverage test... | luke | 2006-05-09 | 2 | -0/+23 |
| * | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 7 | -172/+261 |
| * | making a test to verify that the functionality womble is looking for now works | luke | 2006-05-05 | 1 | -0/+29 |
| * | Making trigger logs much clearer -- you now get info logs indicating how many... | luke | 2006-05-05 | 3 | -8/+61 |
| * | Changing how events work. Events are now responded to inline, while an objec... | luke | 2006-05-05 | 6 | -132/+234 |
| * | Changing default for pattern to include the binary if it is included | luke | 2006-05-04 | 1 | -1/+5 |
| * | require the very latest facter to avoid problems because facter changed iphos... | lutter | 2006-05-04 | 1 | -1/+4 |
| * | Small bug fixes | luke | 2006-05-04 | 3 | -3/+4 |
| * | Fixing the problem that lutter ran into; the issue seems to be that Facter co... | luke | 2006-05-04 | 1 | -2/+9 |
| * | fixing log messages | luke | 2006-05-03 | 1 | -1/+0 |
| * | fixing log messages | luke | 2006-05-03 | 1 | -3/+3 |
| * | Updated to version 0.16.5 | luke | 2006-05-03 | 1 | -1/+1 |
| * | updating changelog for 0.16.5 | luke | 2006-05-03 | 1 | -0/+5 |
| * | Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp... | luke | 2006-05-03 | 8 | -44/+209 |
| * | Fixing some naming problems with crons, and adding appropriate tests | luke | 2006-05-03 | 2 | -16/+38 |
| * | Allowing dashes in class names, although grammar rules restrict it from worki... | luke | 2006-05-02 | 3 | -4/+4 |
| * | Switching to just using "preserve" for file copying in file#handlebackups | luke | 2006-05-02 | 1 | -5/+3 |
| * | Updated to version 0.16.4 | luke | 2006-05-02 | 1 | -1/+1 |
| * | updating changelog for 0.16.4 | luke | 2006-05-02 | 1 | -0/+4 |
| * | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 7 | -42/+49 |
| * | Updated to version 0.16.3 | luke | 2006-05-01 | 1 | -1/+1 |
| * | updating changelog | luke | 2006-05-01 | 1 | -0/+6 |
| * | Bug fixes from OS X for 0.16.3 | luke | 2006-05-01 | 7 | -6/+28 |
| * | Hopefully final bug fixes in preparation for 0.16.3 | luke | 2006-04-30 | 3 | -2/+16 |
| * | Fixing tests looking for pmap | luke | 2006-04-30 | 1 | -1/+1 |
| * | Fixing TransObject#to_type so that it does not modify the object being converted | luke | 2006-04-30 | 1 | -15/+7 |
| * | Changing test for service paths; only testing if it is a directory if it is p... | luke | 2006-04-30 | 1 | -5/+7 |
| * | Added some code that could be used later to make sure the user and mode are a... | luke | 2006-04-30 | 2 | -2/+16 |
| * | Adding a check to make sure the mode is copied over. | luke | 2006-04-30 | 1 | -1/+9 |
| * | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2006-04-30 | 4 | -61/+127 |
| * | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 2006-04-28 | 6 | -40/+120 |
| * | Making file copying significantly faster -- i found an extra call to "describ... | luke | 2006-04-28 | 4 | -20/+44 |
| * | Fixing #128. md5lite was being used instead of full md5. At this point, md5... | luke | 2006-04-28 | 4 | -7/+36 |
| * | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 15 | -87/+231 |
| * | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 2 | -2/+101 |
| * | Trying to track down the bugs reported this morning, so I added some more tes... | luke | 2006-04-27 | 9 | -106/+99 |
| * | updating changelog for 0.16.1 and 0.16.2 | luke | 2006-04-26 | 2 | -1/+15 |
| * | adding "clean" mode to puppetca | luke | 2006-04-26 | 3 | -9/+47 |
| * | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 7 | -15/+30 |
| * | Adding sum type to the retrieved sum if it is not already there. This provid... | luke | 2006-04-26 | 1 | -1/+6 |
| * | removing unnecessary debugging | luke | 2006-04-26 | 1 | -1/+0 |
| * | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 2 | -0/+51 |
| * | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 13 | -497/+807 |