summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing the fact caching so that facts are only downloaded and retrieved once,...luke2007-03-192-8/+14
* Fixing #519. The facts are now cached in the state file and changes to them ...luke2007-03-193-0/+45
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-195-419/+500
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-195-12/+108
* 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-183-0/+85
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-183-0/+52
* Looks like I already accidentally committed the switch from using system() to...luke2007-03-181-16/+0
* The first round of fixes for failing tests.luke2007-03-1812-83/+89
* More work on #542 -- services in noop now produce noop events so that they ca...luke2007-03-182-9/+29
* Removing bogus log message in file parsingluke2007-03-181-1/+0
* Removing the cycle checks from the splice! method in pgraph, which *considera...luke2007-03-181-5/+0
* Getting rid of a warning in the rpm providerluke2007-03-181-1/+1
* 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-182-6/+49
* Fixing #533 -- puppetd now exits in onetime mode.luke2007-03-182-1/+5
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-183-11/+32
* 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-1710-55/+170
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-172-0/+25
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-1721-910/+1055
* Adding spec libs, so we can use them some dayluke2007-03-1773-0/+5095
* 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-1414-673/+759
* 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-094-101/+168
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-093-10/+160
* The template function now tries to first find a template within a modulelutter2007-03-093-5/+48
* The basic plumbing for modules: a modulepath config parameter, and a newlutter2007-03-094-1/+88
* Adding support for a prefetch hook on individual providers, rather than only ...luke2007-03-082-18/+28
* 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-082-4/+14
* One last try at getting the config and mode stuff working. The tests were pa...luke2007-03-082-6/+36
* Fixing the config path to use Puppet[:name] rather than Puppet.nameluke2007-03-081-2/+2
* Oops, forgot a file in the commitluke2007-03-081-0/+363
* Fixing a bug related to link recursion that caused link directoriesluke2007-03-084-329/+11
* Looks like [2265] was not a complete solution -- it resulted in failures when...luke2007-03-084-19/+55
* Adding some more testing on the @should values for :groups on users, and fixi...luke2007-03-084-30/+16
* Putting the final touches on #144, most of which I had provided in the mongre...luke2007-03-082-1/+8
* Fixing #489. I was unnecessarily converting to octal in config.rbluke2007-03-082-82/+102
* Adding some changelog info for the next release, which is still a ways away, ...luke2007-03-081-0/+37
* 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-083-265/+571
* Fix typo in default config and add simple test to check default config sanitylutter2007-03-072-1/+10
* 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-06113-1799/+2728
* Sync with latest Fedora specfilelutter2007-03-022-1/+22
* Don't include bin/pi in distributed tarball (and hence fix trac #471)lutter2007-03-021-1/+2
* Apparently the include function was not failing when it could not find asked-...luke2007-03-013-1/+32
* Allowing trailing commas in selectorsluke2007-03-012-151/+155