summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Adding test to make sure ensure does not conflict with any of the creating ty...luke2007-03-181-0/+4
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+47
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+28
* The first round of fixes for failing tests.luke2007-03-187-42/+29
* More work on #542 -- services in noop now produce noop events so that they ca...luke2007-03-181-8/+22
* Adding example cron tab from #492 and making the read/write tests ignore whit...luke2007-03-182-1/+24
* Fixing #529 -- specified targets keep their values. The problem was that I w...luke2007-03-181-5/+37
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-181-0/+22
* Fixing #542. Transactions now cause services to warn when they would have go...luke2007-03-174-30/+88
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-171-0/+20
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-1711-464/+528
* Adding spec libs, so we can use them some dayluke2007-03-1773-0/+5095
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-146-126/+471
* Search manifests first within modules, and if no module is found, search inlutter2007-03-091-0/+44
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-091-0/+116
* 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