| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 6 | -33/+25 |
* | Fixing #484. Moving unit tests at the same time. | luke | 2007-02-08 | 10 | -0/+26 |
* | Okay, last file moves for the night. The test code has been moved to match t... | luke | 2007-02-08 | 16 | -19/+19 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 34 | -196/+173 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 43 | -243/+234 |
* | Adding a libdir setting for puppet, so you can store your modifications to pu... | luke | 2007-02-07 | 2 | -0/+58 |
* | Adding a parameter to allow you to override how an exec refreshes itself. | luke | 2007-02-07 | 1 | -0/+30 |
* | Changing exec so that the checks apply to whether an exec is refreshed. | luke | 2007-02-07 | 1 | -0/+40 |
* | Reorganizing some of the tests. | luke | 2007-02-07 | 36 | -95/+54 |
* | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 35 | -323/+597 |
* | Removing the default value for :ensure on mounts. | luke | 2007-02-06 | 1 | -2/+9 |
* | Fixing exec so it actually works when path is specified as an array | luke | 2007-02-01 | 2 | -0/+24 |
* | Fixing #470, I think. I basically just threw away the validation and let sui... | luke | 2007-02-01 | 1 | -0/+23 |
* | The resolve functionality in "test" is almost working... | luke | 2007-02-01 | 3 | -41/+118 |
* | Oops, that last commit seems to have broken the rakefile. Works again. | luke | 2007-02-01 | 3 | -18/+27 |