| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Getting rid of a warning in the rpm provider | luke | 2007-03-18 | 1 | -1/+1 |
* | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 1 | -1/+12 |
* | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 1 | -11/+7 |
* | Trying to clean up the error message from #490. It looks like the problem is... | luke | 2007-03-18 | 1 | -1/+1 |
* | Fixing #542. Transactions now cause services to warn when they would have go... | luke | 2007-03-17 | 5 | -25/+74 |
* | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 1 | -0/+5 |
* | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 9 | -446/+518 |
* | Clarifying that the ruby RRD support is provided by a binary library | luke | 2007-03-14 | 1 | -1/+1 |
* | Significantly reworking the internals of the fileparsing code. It now | luke | 2007-03-14 | 7 | -547/+285 |
* | Don't blow up when PUPPETLIB isn't set | lutter | 2007-03-09 | 1 | -1/+4 |
* | Search manifests first within modules, and if no module is found, search in | lutter | 2007-03-09 | 3 | -101/+124 |
* | Introduces a new implicit 'modules' fileserver module, whose allow/deny can | lutter | 2007-03-09 | 2 | -10/+44 |
* | The template function now tries to first find a template within a module | lutter | 2007-03-09 | 2 | -5/+31 |
* | The basic plumbing for modules: a modulepath config parameter, and a new | lutter | 2007-03-09 | 2 | -1/+46 |
* | Adding support for a prefetch hook on individual providers, rather than only ... | luke | 2007-03-08 | 1 | -18/+6 |
* | Fixing a few of the log messages so file content changes always include the m... | luke | 2007-03-08 | 2 | -1/+14 |
* | Adding a bit more testing to the config stuff | luke | 2007-03-08 | 1 | -2/+3 |
* | One last try at getting the config and mode stuff working. The tests were pa... | luke | 2007-03-08 | 1 | -6/+4 |
* | Fixing the config path to use Puppet[:name] rather than Puppet.name | luke | 2007-03-08 | 1 | -2/+2 |
* | Fixing a bug related to link recursion that caused link directories | luke | 2007-03-08 | 2 | -3/+8 |
* | Looks like [2265] was not a complete solution -- it resulted in failures when... | luke | 2007-03-08 | 2 | -5/+9 |
* | Adding some more testing on the @should values for :groups on users, and fixi... | luke | 2007-03-08 | 2 | -27/+3 |
* | Fixing #489. I was unnecessarily converting to octal in config.rb | luke | 2007-03-08 | 1 | -1/+3 |
* | Fixing #531 and #414. This includes pretty much a complete redesign | luke | 2007-03-08 | 1 | -149/+215 |
* | Fix typo in default config and add simple test to check default config sanity | lutter | 2007-03-07 | 1 | -1/+1 |
* | Turning a failure into an error when, for some reason, pfiles do not have pat... | luke | 2007-03-07 | 1 | -3/+5 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 54 | -1352/+1488 |
* | Apparently the include function was not failing when it could not find asked-... | luke | 2007-03-01 | 2 | -1/+2 |
* | Allowing trailing commas in selectors | luke | 2007-03-01 | 2 | -151/+155 |
* | Committing patch by Dennis Jacobfeuerborn to only use the domain name if it i... | luke | 2007-02-28 | 3 | -3/+17 |
* | Adding "ignorecache" option to always force a recompile of the configuration | luke | 2007-02-28 | 1 | -3/+8 |
* | Fixing #464 and #515. | luke | 2007-02-28 | 2 | -2/+10 |
* | Applying patch in #528 by ask. | luke | 2007-02-28 | 1 | -1/+1 |
* | Fixing #467. It is a hackish solution, because I just reordered the definiti... | luke | 2007-02-28 | 1 | -20/+22 |
* | Fixing at least part of #514. This does not get rid of all errors, but at le... | luke | 2007-02-28 | 1 | -11/+18 |
* | Fixing a problem with the splice! method on the graphing. The problem was an... | luke | 2007-02-28 | 1 | -2/+12 |
* | Applying a modified form of the patch by cstorey from #523. The modification... | luke | 2007-02-28 | 2 | -16/+43 |
* | Fixing #526. Implemented as a period of "never", rather than adding a new pa... | luke | 2007-02-28 | 1 | -1/+3 |
* | Fixing #477. setvar() can now accept the file and line info from callers. | luke | 2007-02-28 | 2 | -3/+10 |
* | Fixing #199 and moving service tests (which are completely atrocious) around. | luke | 2007-02-27 | 1 | -1/+1 |
* | Applying patch by cstorey from #521 | luke | 2007-02-27 | 1 | -3/+16 |
* | Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ... | lutter | 2007-02-27 | 2 | -2/+4 |
* | Fixing #142. As expected, trivial. | luke | 2007-02-27 | 1 | -0/+3 |
* | Applying patch by DavidS from #522, along with test code and a small bit of c... | luke | 2007-02-27 | 3 | -38/+14 |
* | Redoing some aspects of the graphing in hopes of helping hte performance a bit. | luke | 2007-02-27 | 2 | -12/+12 |
* | Fixing file backup defaults to correctly use the puppet filebucket by default. | luke | 2007-02-27 | 1 | -1/+3 |
* | Changing the log messages for source and content properties to mention the md... | luke | 2007-02-27 | 2 | -2/+8 |
* | More code related to #517. Oops. | luke | 2007-02-27 | 4 | -12/+48 |
* | Fixing #517 and more. Classes now support more than one namespace in their s... | luke | 2007-02-27 | 1 | -0/+8 |
* | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 2 | -475/+510 |