summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* The template function now tries to first find a template within a modulelutter2007-03-091-0/+17
* The basic plumbing for modules: a modulepath config parameter, and a newlutter2007-03-091-0/+41
* Adding support for a prefetch hook on individual providers, rather than only ...luke2007-03-081-0/+22
* Adding a bit more testing to the config stuffluke2007-03-081-2/+11
* One last try at getting the config and mode stuff working. The tests were pa...luke2007-03-081-0/+32
* Oops, forgot a file in the commitluke2007-03-081-0/+363
* Fixing a bug related to link recursion that caused link directoriesluke2007-03-081-326/+0
* Looks like [2265] was not a complete solution -- it resulted in failures when...luke2007-03-082-14/+46
* Adding some more testing on the @should values for :groups on users, and fixi...luke2007-03-082-3/+13
* Fixing #489. I was unnecessarily converting to octal in config.rbluke2007-03-081-81/+99
* Flushing out the ability to have a stand-alone CA server, specified using ca_...luke2007-03-081-0/+4
* Fixing #531 and #414. This includes pretty much a complete redesignluke2007-03-082-116/+356
* Fix typo in default config and add simple test to check default config sanitylutter2007-03-071-0/+9
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-0652-381/+1182
* Apparently the include function was not failing when it could not find asked-...luke2007-03-011-0/+30
* Fixing #464 and #515.luke2007-02-281-4/+24
* Fixing #467. It is a hackish solution, because I just reordered the definiti...luke2007-02-281-0/+31
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-281-20/+33
* Fixing #526. Implemented as a period of "never", rather than adding a new pa...luke2007-02-281-0/+12
* Fixing #199 and moving service tests (which are completely atrocious) around.luke2007-02-272-282/+225
* Making the package provider tests able to be executed separately, and using "...luke2007-02-273-6/+9
* Fixing #142. As expected, trivial.luke2007-02-271-0/+9
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-271-1/+38
* Redoing some aspects of the graphing in hopes of helping hte performance a bit.luke2007-02-272-15/+84
* Fixing file backup defaults to correctly use the puppet filebucket by default.luke2007-02-271-0/+11
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-273-2/+100
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-271-0/+11
* Partially complete #241. Add a 'purged' value for Package.ensure, and add a ...mpalmer2007-02-2323-0/+1214
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-225-179/+280
* Fixing #505, #508, and #513.luke2007-02-221-0/+83
* Allow 'key=' to be the only thing on a line (livna uses this)lutter2007-02-211-1/+2
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-182-7/+29
* Undo the param_names param_values changesshadoi2007-02-172-6/+8
* Undo the params & facts stuffshadoi2007-02-172-4/+11
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-164-33/+152
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-156-33/+25
* Fixing #484. Moving unit tests at the same time.luke2007-02-0810-0/+26
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-0816-19/+19
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0834-196/+173
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-0743-243/+234
* Adding a libdir setting for puppet, so you can store your modifications to pu...luke2007-02-072-0/+58
* Adding a parameter to allow you to override how an exec refreshes itself.luke2007-02-071-0/+30
* Changing exec so that the checks apply to whether an exec is refreshed.luke2007-02-071-0/+40
* Reorganizing some of the tests.luke2007-02-0736-95/+54
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-0735-323/+597
* Removing the default value for :ensure on mounts.luke2007-02-061-2/+9
* Fixing exec so it actually works when path is specified as an arrayluke2007-02-012-0/+24
* Fixing #470, I think. I basically just threw away the validation and let sui...luke2007-02-011-0/+23
* The resolve functionality in "test" is almost working...luke2007-02-013-41/+118
* Oops, that last commit seems to have broken the rakefile. Works again.luke2007-02-013-18/+27