summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Trying to clean up the error message from #490. It looks like the problem is...luke2007-03-181-1/+1
* Fixing #542. Transactions now cause services to warn when they would have go...luke2007-03-175-25/+74
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-171-0/+5
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-179-446/+518
* Clarifying that the ruby RRD support is provided by a binary libraryluke2007-03-141-1/+1
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-147-547/+285
* Don't blow up when PUPPETLIB isn't setlutter2007-03-091-1/+4
* Search manifests first within modules, and if no module is found, search inlutter2007-03-093-101/+124
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-092-10/+44
* The template function now tries to first find a template within a modulelutter2007-03-092-5/+31
* The basic plumbing for modules: a modulepath config parameter, and a newlutter2007-03-092-1/+46
* Adding support for a prefetch hook on individual providers, rather than only ...luke2007-03-081-18/+6
* Fixing a few of the log messages so file content changes always include the m...luke2007-03-082-1/+14
* Adding a bit more testing to the config stuffluke2007-03-081-2/+3
* One last try at getting the config and mode stuff working. The tests were pa...luke2007-03-081-6/+4
* Fixing the config path to use Puppet[:name] rather than Puppet.nameluke2007-03-081-2/+2
* Fixing a bug related to link recursion that caused link directoriesluke2007-03-082-3/+8
* Looks like [2265] was not a complete solution -- it resulted in failures when...luke2007-03-082-5/+9
* Adding some more testing on the @should values for :groups on users, and fixi...luke2007-03-082-27/+3
* Fixing #489. I was unnecessarily converting to octal in config.rbluke2007-03-081-1/+3
* Fixing #531 and #414. This includes pretty much a complete redesignluke2007-03-081-149/+215
* Fix typo in default config and add simple test to check default config sanitylutter2007-03-071-1/+1
* Turning a failure into an error when, for some reason, pfiles do not have pat...luke2007-03-071-3/+5
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-0654-1352/+1488
* Apparently the include function was not failing when it could not find asked-...luke2007-03-012-1/+2
* Allowing trailing commas in selectorsluke2007-03-012-151/+155
* Committing patch by Dennis Jacobfeuerborn to only use the domain name if it i...luke2007-02-283-3/+17
* Adding "ignorecache" option to always force a recompile of the configurationluke2007-02-281-3/+8
* Fixing #464 and #515.luke2007-02-282-2/+10
* Applying patch in #528 by ask.luke2007-02-281-1/+1
* Fixing #467. It is a hackish solution, because I just reordered the definiti...luke2007-02-281-20/+22
* Fixing at least part of #514. This does not get rid of all errors, but at le...luke2007-02-281-11/+18
* Fixing a problem with the splice! method on the graphing. The problem was an...luke2007-02-281-2/+12
* Applying a modified form of the patch by cstorey from #523. The modification...luke2007-02-282-16/+43
* Fixing #526. Implemented as a period of "never", rather than adding a new pa...luke2007-02-281-1/+3
* Fixing #477. setvar() can now accept the file and line info from callers.luke2007-02-282-3/+10
* Fixing #199 and moving service tests (which are completely atrocious) around.luke2007-02-271-1/+1
* Applying patch by cstorey from #521luke2007-02-271-3/+16
* Make up2date the default for RHEL <= 4, and confine it to RHEL; make yum the ...lutter2007-02-272-2/+4
* Fixing #142. As expected, trivial.luke2007-02-271-0/+3
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-273-38/+14
* Redoing some aspects of the graphing in hopes of helping hte performance a bit.luke2007-02-272-12/+12
* Fixing file backup defaults to correctly use the puppet filebucket by default.luke2007-02-271-1/+3
* Changing the log messages for source and content properties to mention the md...luke2007-02-272-2/+8
* More code related to #517. Oops.luke2007-02-274-12/+48
* Fixing #517 and more. Classes now support more than one namespace in their s...luke2007-02-271-0/+8
* Fixing #524. Functions, both statements and rvalues, now support no argument...luke2007-02-272-475/+510
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-264-9/+25
* Fix #516, 'Cached manifests get unescaped twice'mpalmer2007-02-231-6/+6
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-223-6/+27