summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-197-112/+79
* Adding a provider feature table to the provider feature docsluke2007-03-191-2/+23
* Adding provider features. Woot!luke2007-03-194-3/+216
* Following Russ Allbery's advice and using the Candidate field in the apt-cach...luke2007-03-191-1/+1
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-192-24/+14
* Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha...luke2007-03-191-1/+1
* A slight fix for #507. This should at least provide better information if th...luke2007-03-191-3/+9
* Changing the "found a bug" message to something a bit more informative.luke2007-03-191-1/+2
* Fixing #447 - filebuckets now use deeply nested pathsluke2007-03-191-63/+87
* Fixing the fact caching so that facts are only downloaded and retrieved once,...luke2007-03-191-6/+7
* Fixing #519. The facts are now cached in the state file and changes to them ...luke2007-03-191-0/+13
* Fixing #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-193-419/+457
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-192-9/+20
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+35
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+21
* 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-185-41/+60
* More work on #542 -- services in noop now produce noop events so that they ca...luke2007-03-181-1/+7
* 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
* Fixing #529 -- specified targets keep their values. The problem was that I w...luke2007-03-181-1/+12
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-181-11/+7
* 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