| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Adding test to make sure ensure does not conflict with any of the creating ty... | luke | 2007-03-18 | 1 | -0/+4 |
| * | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 1 | -0/+47 |
| * | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 1 | -0/+28 |
| * | The first round of fixes for failing tests. | luke | 2007-03-18 | 7 | -42/+29 |
| * | More work on #542 -- services in noop now produce noop events so that they ca... | luke | 2007-03-18 | 1 | -8/+22 |
| * | Adding example cron tab from #492 and making the read/write tests ignore whit... | luke | 2007-03-18 | 2 | -1/+24 |
| * | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 1 | -5/+37 |
| * | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 1 | -0/+22 |
| * | Fixing #542. Transactions now cause services to warn when they would have go... | luke | 2007-03-17 | 4 | -30/+88 |
| * | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 1 | -0/+20 |
| * | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 11 | -464/+528 |
| * | Adding spec libs, so we can use them some day | luke | 2007-03-17 | 73 | -0/+5095 |
| * | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 6 | -126/+471 |
| * | Search manifests first within modules, and if no module is found, search in | lutter | 2007-03-09 | 1 | -0/+44 |
| * | Introduces a new implicit 'modules' fileserver module, whose allow/deny can | lutter | 2007-03-09 | 1 | -0/+116 |
| * | The template function now tries to first find a template within a module | lutter | 2007-03-09 | 1 | -0/+17 |
| * | The basic plumbing for modules: a modulepath config parameter, and a new | lutter | 2007-03-09 | 1 | -0/+41 |
| * | Adding support for a prefetch hook on individual providers, rather than only ... | luke | 2007-03-08 | 1 | -0/+22 |
| * | Adding a bit more testing to the config stuff | luke | 2007-03-08 | 1 | -2/+11 |
| * | One last try at getting the config and mode stuff working. The tests were pa... | luke | 2007-03-08 | 1 | -0/+32 |
| * | Oops, forgot a file in the commit | luke | 2007-03-08 | 1 | -0/+363 |
| * | Fixing a bug related to link recursion that caused link directories | luke | 2007-03-08 | 1 | -326/+0 |
| * | Looks like [2265] was not a complete solution -- it resulted in failures when... | luke | 2007-03-08 | 2 | -14/+46 |
| * | Adding some more testing on the @should values for :groups on users, and fixi... | luke | 2007-03-08 | 2 | -3/+13 |
| * | Fixing #489. I was unnecessarily converting to octal in config.rb | luke | 2007-03-08 | 1 | -81/+99 |
| * | Flushing out the ability to have a stand-alone CA server, specified using ca_... | luke | 2007-03-08 | 1 | -0/+4 |
| * | Fixing #531 and #414. This includes pretty much a complete redesign | luke | 2007-03-08 | 2 | -116/+356 |
| * | Fix typo in default config and add simple test to check default config sanity | lutter | 2007-03-07 | 1 | -0/+9 |
| * | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 52 | -381/+1182 |
| * | Apparently the include function was not failing when it could not find asked-... | luke | 2007-03-01 | 1 | -0/+30 |
| * | Fixing #464 and #515. | luke | 2007-02-28 | 1 | -4/+24 |
| * | Fixing #467. It is a hackish solution, because I just reordered the definiti... | luke | 2007-02-28 | 1 | -0/+31 |
| * | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 1 | -20/+33 |
| * | Fixing #526. Implemented as a period of "never", rather than adding a new pa... | luke | 2007-02-28 | 1 | -0/+12 |
| * | Fixing #199 and moving service tests (which are completely atrocious) around. | luke | 2007-02-27 | 2 | -282/+225 |
| * | Making the package provider tests able to be executed separately, and using "... | luke | 2007-02-27 | 3 | -6/+9 |
| * | Fixing #142. As expected, trivial. | luke | 2007-02-27 | 1 | -0/+9 |
| * | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 1 | -1/+38 |
| * | Redoing some aspects of the graphing in hopes of helping hte performance a bit. | luke | 2007-02-27 | 2 | -15/+84 |
| * | Fixing file backup defaults to correctly use the puppet filebucket by default. | luke | 2007-02-27 | 1 | -0/+11 |
| * | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 3 | -2/+100 |
| * | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 1 | -0/+11 |
| * | Partially complete #241. Add a 'purged' value for Package.ensure, and add a ... | mpalmer | 2007-02-23 | 23 | -0/+1214 |
| * | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 5 | -179/+280 |
| * | Fixing #505, #508, and #513. | luke | 2007-02-22 | 1 | -0/+83 |
| * | Allow 'key=' to be the only thing on a line (livna uses this) | lutter | 2007-02-21 | 1 | -1/+2 |
| * | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 2 | -7/+29 |
| * | Undo the param_names param_values changes | shadoi | 2007-02-17 | 2 | -6/+8 |
| * | Undo the params & facts stuff | shadoi | 2007-02-17 | 2 | -4/+11 |
| * | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 4 | -33/+152 |