| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing #135. I was setting the object to the result of an include? test, ins... | luke | 2006-06-12 | 1 | -5/+6 |
| * | Found a bug where single-value selectors can fail on a second compile. Fixed... | luke | 2006-06-09 | 4 | -2/+25 |
| * | modifying rakefile to specify the package hosts; they were previously hard-co... | luke | 2006-06-09 | 1 | -0/+4 |
| * | Fixing #168. Reworked the regex to allow matching TLDs. | luke | 2006-06-08 | 2 | -1/+10 |
| * | Fixing #167. Started with the submitted patch and made a few more modificati... | luke | 2006-06-08 | 2 | -7/+45 |
| * | Fixing #157. Objects are no longer allowed to be their own parents, and ther... | luke | 2006-06-08 | 4 | -25/+69 |
| * | Fixing #166. Function names are no longer reserved words. | luke | 2006-06-08 | 4 | -423/+429 |
| * | Fixing #158. I did not add a force option, since I always back files up befo... | luke | 2006-06-08 | 4 | -7/+115 |
| * | adding faq to docs | luke | 2006-06-08 | 1 | -0/+227 |
| * | Fixing #154. Basically just accepted the patch that fixes master.rb and adde... | luke | 2006-06-08 | 2 | -1/+19 |
| * | Applied patch from #153. | luke | 2006-06-08 | 1 | -4/+5 |
| * | Fixing #155. It is now valid to have arrays with no values, although you wil... | luke | 2006-06-08 | 3 | -171/+203 |
| * | Fixing #159 -- packages now have a default value for ensure (:installed). | luke | 2006-06-08 | 2 | -4/+23 |
| * | adding rakefile for the docs | luke | 2006-06-07 | 1 | -0/+26 |
| * | copying all documentation from the plone site | luke | 2006-06-07 | 16 | -0/+4255 |
| * | Committing largely complete Solaris zone support. I still need to add static... | luke | 2006-06-06 | 2 | -171/+418 |
| * | removing one of the stack traces from error output | luke | 2006-06-06 | 1 | -51/+29 |
| * | Fixing #163. Strings can now correctly escape dollar signs. | luke | 2006-06-05 | 2 | -12/+18 |
| * | Intermediate commit; most of the core zone functions now work, and some of th... | luke | 2006-06-02 | 3 | -105/+464 |
| * | 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 | 2 | -26/+207 |
| * | Fixing #160. Fixing the error in Puppet::Type#[]= and scope.newobject | luke | 2006-06-01 | 2 | -11/+24 |
| * | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 2 | -8/+49 |
| * | Fixing #162. Node names must now be comma-separated. | luke | 2006-05-31 | 3 | -191/+219 |
| * | Adding an "execute" method to Puppet::Util, and including the module in eleme... | luke | 2006-05-28 | 2 | -0/+17 |
| * | adding zone management stub; switching to my home vm for testing | luke | 2006-05-28 | 1 | -0/+182 |
| * | 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 |