| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing some problems with cron tab management, and creating Puppet::Util.{u,g... | luke | 2006-02-13 | 6 | -80/+123 |
| * | Fixing locking. It apparently was not working on OS X, and I was not syncron... | luke | 2006-02-12 | 5 | -18/+131 |
| * | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 7 | -45/+125 |
| * | Adding answerfile support to sun pkgs. | luke | 2006-02-08 | 2 | -1/+18 |
| * | adding some documentation | luke | 2006-02-08 | 1 | -1/+8 |
| * | removing errant warning | luke | 2006-02-08 | 1 | -1/+0 |
| * | Fixing small problem where checksum retrieving did not look in the cache; thi... | luke | 2006-02-08 | 3 | -49/+39 |
| * | Fixing the conflict between ensure and source. Ironically I had already made... | luke | 2006-02-08 | 1 | -19/+32 |
| * | Checksums now get correctly updated for both the ensure and content state whe... | luke | 2006-02-08 | 5 | -8/+23 |
| * | first bug fixed, where sources were not updating the checksum | luke | 2006-02-08 | 3 | -7/+26 |
| * | replacing all occurences of "is_a?" in the parser with "instance_of?" | luke | 2006-02-08 | 2 | -46/+46 |
| * | Fixing bug that occurs with only one argument | luke | 2006-02-08 | 3 | -7/+7 |
| * | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 11 | -142/+337 |
| * | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 7 | -152/+220 |
| * | Committing both the finalization of the config code, plus all of the code nec... | luke | 2006-02-07 | 11 | -57/+241 |
| * | Fix snippet_componentmetaparams test | lutter | 2006-02-07 | 1 | -1/+1 |
| * | Temporary commit; configs now can be converted to manifests | luke | 2006-02-07 | 1 | -1/+68 |
| * | Config files now seem to work, so I am ready to start incorporating them. | luke | 2006-02-07 | 1 | -45/+164 |
| * | a couple small changes; the most significant is the addition of a class-level... | luke | 2006-02-06 | 3 | -25/+69 |
| * | Fixing a significant performance bug in file recursion, and trying to help pe... | luke | 2006-01-31 | 8 | -40/+59 |
| * | Fixing class storage -- it was not working for nodescopes | luke | 2006-01-30 | 4 | -17/+22 |
| * | Caching Time objects instead of numbers, since Bignum does not seem to be YAM... | luke | 2006-01-30 | 2 | -3/+2 |
| * | Fixing waitforcert so that the client can actually add the certs once it rece... | luke | 2006-01-30 | 3 | -1/+18 |
| * | RPM release is almost entirely there, it just needs to be integrated into rel... | luke | 2006-01-25 | 3 | -2/+54 |
| * | Fixing some logging issues | luke | 2006-01-24 | 3 | -6/+16 |
| * | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 27 | -1161/+2187 |
| * | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 9 | -161/+745 |
| * | Modifying docs, and adding scheduling hooks | luke | 2006-01-20 | 8 | -12/+28 |
| * | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 4 | -39/+151 |
| * | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 38 | -269/+380 |
| * | Fixing most types to allow no statements | luke | 2006-01-18 | 2 | -210/+358 |
| * | Adding openbsd packaging support | luke | 2006-01-17 | 3 | -9/+93 |
| * | Fixing problems where objects were passing @parameters[:param] objects, inste... | luke | 2006-01-17 | 4 | -16/+26 |
| * | Adding an "ensure" state where appropriate, and significantly reworking the b... | luke | 2006-01-17 | 28 | -322/+681 |
| * | Added "ensure" state to some classes, and added infrastructure for it to work... | luke | 2006-01-16 | 23 | -246/+609 |
| * | Adding sshkey class plus tests, and adding "aggregatable" methods to type.rb | luke | 2006-01-14 | 2 | -0/+144 |
| * | Adding another host to the test lists, adding some test data, and modifying h... | luke | 2006-01-14 | 1 | -5/+27 |
| * | Adding a bit better logging and checking to file access | luke | 2006-01-14 | 2 | -12/+14 |
| * | Moving ast classes into separate files | luke | 2006-01-13 | 18 | -1442/+1496 |
| * | Added "finish" method, using it in Type.finalize, and moved autorequire and s... | luke | 2006-01-13 | 2 | -7/+39 |
| * | Changing host and port aliases to also create Puppet aliases. This involved ... | luke | 2006-01-13 | 3 | -26/+51 |
| * | Fixing up the parsedtypes, fixing Type.eachtype to ignore structure types | luke | 2006-01-13 | 7 | -61/+83 |
| * | Adding /etc/services support | luke | 2006-01-13 | 2 | -2/+215 |
| * | finalizing cron and host management, hopefully | luke | 2006-01-13 | 7 | -673/+36 |
| * | Abstracting host support so it should easily support other types | luke | 2006-01-13 | 1 | -0/+190 |
| * | Abstracting host support so it should easily support other types | luke | 2006-01-13 | 5 | -330/+263 |
| * | Adding initial host support. I can promise that this will soon (hopefully al... | luke | 2006-01-12 | 2 | -4/+311 |
| * | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 10 | -60/+230 |
| * | Fixed a couple of warnings, fixed a critical bug having to do with case state... | luke | 2006-01-12 | 6 | -17/+16 |
| * | Adding "content" state to files, and string interpolation handles escaped whi... | luke | 2006-01-12 | 3 | -1/+54 |