| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixing destdir in installer, and adding solaris conf stuff | luke | 2006-05-25 | 2 | -1/+8 |
| * | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 11 | -82/+71 |
| * | Reworking cron; adding many unit tests, and making it much more like a Parsed... | luke | 2006-05-25 | 4 | -126/+399 |
| * | Small fix to include puppetrun in /usr/bin | lutter | 2006-05-19 | 1 | -0/+4 |
| * | adding puppetrun to the red hat spec file | luke | 2006-05-19 | 1 | -1/+2 |
| * | Updated to version 0.17.2 | luke | 2006-05-19 | 1 | -1/+1 |
| * | updating changelog for 0.17.2 | luke | 2006-05-19 | 1 | -0/+5 |
| * | Fixing #138, all of it, I think. Environment settings are now allowed, altho... | luke | 2006-05-19 | 2 | -11/+116 |
| * | Adding a small fix to cron tabs; they will at least parse tabs that have env ... | luke | 2006-05-19 | 2 | -0/+40 |
| * | slight ldap fixes in puppetrun | luke | 2006-05-19 | 1 | -1/+4 |
| * | First version of puppetrun. It seems to mostly work, but I need to test it w... | luke | 2006-05-19 | 2 | -0/+299 |
| * | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 5 | -43/+101 |
| * | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 11 | -75/+426 |
| * | fixing user[:groups] management when the user is absent | luke | 2006-05-18 | 3 | -16/+24 |
| * | Updated to version 0.17.1 | luke | 2006-05-18 | 1 | -1/+1 |
| * | updating changelog for 0.17.1 and 0.17.0 | luke | 2006-05-18 | 1 | -0/+12 |
| * | Allowing empty files | luke | 2006-05-18 | 3 | -446/+467 |
| * | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 3 | -34/+69 |
| * | fixing stupid debian rails mistake | luke | 2006-05-17 | 1 | -11/+12 |
| * | Making sure file recursion works for all valid inputs | luke | 2006-05-16 | 2 | -24/+28 |
| * | updating version on spec file | luke | 2006-05-15 | 1 | -1/+1 |
| * | Updated to version 0.17.0 | luke | 2006-05-15 | 1 | -1/+1 |
| * | Wrapping the host storage into a transaction. It might have a slight perform... | luke | 2006-05-15 | 1 | -9/+15 |
| * | adding a test to make sure that defaults get taken up by components | luke | 2006-05-15 | 2 | -1/+56 |
| * | Adding code to try for the rails gem if the library cannot be found normally,... | luke | 2006-05-15 | 3 | -6/+24 |
| * | only performing collection tests if activerecord is available | luke | 2006-05-15 | 3 | -0/+12 |
| * | failing more intelligently in init if ActiveRecord is missing | luke | 2006-05-15 | 1 | -0/+4 |
| * | Making sure yum fails on unknown packages | luke | 2006-05-15 | 1 | -0/+7 |
| * | removing extraneous logging | luke | 2006-05-15 | 1 | -1/+1 |
| * | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 4 | -34/+100 |
| * | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 13 | -61/+240 |
| * | Made a *huge* performance difference in storing hosts -- down from about 25 s... | luke | 2006-05-13 | 5 | -20/+39 |
| * | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 12 | -442/+624 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 17 | -555/+809 |
| * | 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 |