summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* There is now full support for configuration files, and the entire system has ...luke2006-02-0733-545/+742
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-079-266/+437
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-0717-71/+259
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Temporary commit; configs now can be converted to manifestsluke2006-02-072-3/+86
* Config files now seem to work, so I am ready to start incorporating them.luke2006-02-073-48/+260
* committing test code for bug lutter foundluke2006-02-072-0/+17
* Changes in lie with Fedora Extras requirementslutter2006-02-061-9/+13
* Fix processname taglutter2006-02-061-1/+1
* Allow passing of options with 'once'; fix processname tag, add config tag.lutter2006-02-061-2/+4
* a couple small changes; the most significant is the addition of a class-level...luke2006-02-063-25/+69
* Fixing a significant performance bug in file recursion, and trying to help pe...luke2006-01-3110-62/+69
* Rewrote client init script since puppetd is now a proper demon.lutter2006-01-303-41/+26
* Install bin/puppet into /usr/bin/puppet, not /usr/sbin/puppet, since normal u...lutter2006-01-301-1/+3
* Fix rpm packaging; include conf/ in tar ball, use conf files from tarball in ...lutter2006-01-302-7/+4
* Fixing class storage -- it was not working for nodescopesluke2006-01-306-19/+23
* Caching Time objects instead of numbers, since Bignum does not seem to be YAM...luke2006-01-302-3/+2
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-304-1/+26
* Adding release tag REL_0_12_0luke2006-01-251-3/+3
* Updated to version 0.12.0luke2006-01-251-1/+1
* Updated to version 0.12.0luke2006-01-251-1/+1
* Small mods to the packaging stuffluke2006-01-254-19/+13
* RPM release is almost entirely there, it just needs to be integrated into rel...luke2006-01-2513-31/+540
* Fixing some logging issuesluke2006-01-246-11/+38
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-2431-1203/+2232
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-2321-281/+1157
* Modifying docs, and adding scheduling hooksluke2006-01-209-15/+28
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-188-53/+220
* Updated to version 0.11.2luke2006-01-181-1/+1
* modding changelog for 0.11.2luke2006-01-181-0/+7
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-1844-271/+441
* Fixing most types to allow no statementsluke2006-01-182-210/+358
* Updated to version 0.11.1luke2006-01-171-1/+1
* modifying changelog for 0.11.1luke2006-01-171-0/+10
* Adding openbsd packaging supportluke2006-01-174-11/+97
* Fixing problems where objects were passing @parameters[:param] objects, inste...luke2006-01-175-18/+26
* Updated to version 0.11.0luke2006-01-171-1/+1
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-1768-441/+916
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-1634-313/+716
* Adding sshkey class plus tests, and adding "aggregatable" methods to type.rbluke2006-01-143-0/+265
* Adding another host to the test lists, adding some test data, and modifying h...luke2006-01-149-22/+643
* Adding a bit better logging and checking to file accessluke2006-01-142-12/+14
* Moving ast classes into separate filesluke2006-01-1318-1442/+1496
* Added "finish" method, using it in Type.finalize, and moved autorequire and s...luke2006-01-134-8/+68
* Changing host and port aliases to also create Puppet aliases. This involved ...luke2006-01-135-31/+71
* Fixing up the parsedtypes, fixing Type.eachtype to ignore structure typesluke2006-01-1311-75/+197
* Adding /etc/services supportluke2006-01-134-31/+293
* finalizing cron and host management, hopefullyluke2006-01-139-678/+39
* Abstracting host support so it should easily support other typesluke2006-01-131-0/+190
* Abstracting host support so it should easily support other typesluke2006-01-137-371/+284