| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Adding plugins and plugin management. The Master Client will now automatical... | luke | 2006-06-20 | 1 | -0/+64 |
| * | Test that setting a state to 'absent' really deletes it from the config | lutter | 2006-06-15 | 1 | -0/+15 |
| * | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -0/+2 |
| * | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -0/+5 |
| * | fixing transaction tests to just warn when the user is not in more than one g... | luke | 2006-06-14 | 1 | -0/+9 |
| * | Adding fixes for solaris zones | luke | 2006-06-13 | 2 | -14/+14 |
| * | Fixing #173. At this point, I am just calling both "--add" and "on", or "--d... | luke | 2006-06-13 | 1 | -0/+4 |
| * | Fixing packaging to deal with the fact that yum exits with 0 exit code even w... | luke | 2006-06-13 | 1 | -2/+3 |
| * | Correcting puppetrun docs and fixing a test so it works with older versions o... | luke | 2006-06-13 | 1 | -1/+1 |
| * | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 2 | -1/+59 |
| * | Fixing #169. Tags are ignored during config. | luke | 2006-06-13 | 1 | -0/+21 |
| * | Fixing the main bug reported on the list today relating to file sourcing trun... | luke | 2006-06-13 | 1 | -0/+63 |
| * | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 8 | -9/+33 |
| * | adding nothing test to zone tests | luke | 2006-06-12 | 1 | -3/+6 |
| * | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -6/+2 |
| * | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 1 | -0/+12 |
| * | Fixing #168. Reworked the regex to allow matching TLDs. | luke | 2006-06-08 | 1 | -0/+9 |
| * | Fixing #167. Started with the submitted patch and made a few more modificati... | luke | 2006-06-08 | 1 | -0/+31 |
| * | Fixing #157. Objects are no longer allowed to be their own parents, and ther... | luke | 2006-06-08 | 1 | -0/+35 |
| * | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 1 | -3/+18 |
| * | Fixing #158. I did not add a force option, since I always back files up befo... | luke | 2006-06-08 | 1 | -0/+45 |
| * | Fixing #154. Basically just accepted the patch that fixes master.rb and adde... | luke | 2006-06-08 | 1 | -0/+18 |
| * | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 1 | -0/+16 |
| * | Fixing #159 -- packages now have a default value for ensure (:installed). | luke | 2006-06-08 | 1 | -2/+21 |
| * | Committing largely complete Solaris zone support. I still need to add static... | luke | 2006-06-06 | 1 | -14/+171 |
| * | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 1 | -0/+10 |
| * | Intermediate commit; most of the core zone functions now work, and some of th... | luke | 2006-06-02 | 1 | -13/+230 |
| * | Fixing node tests to handle comma separation | luke | 2006-06-01 | 1 | -1/+1 |
| * | temporary commit so i can transfer my testing to a faster, sparc box | luke | 2006-06-01 | 1 | -0/+59 |
| * | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -0/+24 |
| * | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 1 | -0/+19 |
| * | Did some work on making sure object removal actually works, thus stopping som... | luke | 2006-05-25 | 4 | -10/+22 |
| * | Reworking cron; adding many unit tests, and making it much more like a Parsed... | luke | 2006-05-25 | 2 | -13/+187 |
| * | Fixing #138, all of it, I think. Environment settings are now allowed, altho... | luke | 2006-05-19 | 1 | -0/+39 |
| * | Adding a small fix to cron tabs; they will at least parse tabs that have env ... | luke | 2006-05-19 | 1 | -0/+28 |
| * | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 1 | -20/+52 |
| * | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 2 | -0/+168 |
| * | fixing user[:groups] management when the user is absent | luke | 2006-05-18 | 1 | -6/+13 |
| * | Allowing empty files | luke | 2006-05-18 | 1 | -0/+14 |
| * | Fixing #146. I think I mostly just fixed the error message; I do not think t... | luke | 2006-05-18 | 1 | -0/+37 |
| * | Making sure file recursion works for all valid inputs | luke | 2006-05-16 | 1 | -23/+26 |
| * | adding a test to make sure that defaults get taken up by components | luke | 2006-05-15 | 2 | -1/+56 |
| * | only performing collection tests if activerecord is available | luke | 2006-05-15 | 3 | -0/+12 |
| * | I believe I have finalized export/collection support. I still want to go thr... | luke | 2006-05-15 | 1 | -5/+15 |
| * | I had to redo how the scopes handled collectable objects (which I will soon c... | luke | 2006-05-14 | 5 | -20/+90 |
| * | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 4 | -4/+97 |
| * | The "collectable" syntax now works end-to-end -- the parser correctly recogni... | luke | 2006-05-13 | 7 | -41/+278 |
| * | Adding initial rails support. One can now store host configurations using Ac... | luke | 2006-05-13 | 3 | -1/+112 |
| * | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 2 | -7/+73 |
| * | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 4 | -44/+118 |