| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Adding a migration to create indexes | luke | 2007-03-21 | 3 | -1/+41 |
| * | Fixing #553; -M is no longer added when home directories are managed | luke | 2007-03-21 | 1 | -6/+0 |
| * | Fixing the same bug as the Metric stuff, but for logs this time. | luke | 2007-03-21 | 1 | -0/+1 |
| * | Fixing the Metric class old clients can still refer to the Puppet::Metric class. | luke | 2007-03-21 | 1 | -0/+2 |
| * | Fixing a small bug in testing whether instance methods are already defined. | luke | 2007-03-21 | 1 | -1/+1 |
| * | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 5 | -5/+45 |
| * | Reverting changeset [2243]; this apparently causes chkconfig not to work | luke | 2007-03-19 | 1 | -1/+1 |
| * | Absolutely guaranteeing that the provider is always created before anything e... | luke | 2007-03-19 | 2 | -1/+8 |
| * | Fixing #432 - you can now manage home dirs with users. You cannot yet purge ... | luke | 2007-03-19 | 6 | -47/+82 |
| * | Adding a "has_feature" method, so a provider can just declare that it has a g... | luke | 2007-03-19 | 3 | -21/+53 |
| * | Finally fixing #504, I think; I even have tests to prove it. It was a little... | luke | 2007-03-19 | 1 | -9/+15 |
| * | cleaning up an error message a bit | luke | 2007-03-19 | 1 | -1/+1 |
| * | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 5 | -19/+34 |
| * | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 3 | -6/+8 |
| * | Changing the config cache location to the state dir | luke | 2007-03-19 | 1 | -1/+1 |
| * | Adding context to the warning message about unknown escapes | luke | 2007-03-19 | 1 | -1/+8 |
| * | Changing execution to reopen stdin to /dev/null | luke | 2007-03-19 | 1 | -0/+1 |
| * | Changing notify to default to its message being its name | luke | 2007-03-19 | 1 | -28/+30 |
| * | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 7 | -112/+79 |
| * | Adding a provider feature table to the provider feature docs | luke | 2007-03-19 | 1 | -2/+23 |
| * | Adding provider features. Woot! | luke | 2007-03-19 | 4 | -3/+216 |
| * | Following Russ Allbery's advice and using the Candidate field in the apt-cach... | luke | 2007-03-19 | 1 | -1/+1 |
| * | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 2 | -24/+14 |
| * | Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha... | luke | 2007-03-19 | 1 | -1/+1 |
| * | A slight fix for #507. This should at least provide better information if th... | luke | 2007-03-19 | 1 | -3/+9 |
| * | Changing the "found a bug" message to something a bit more informative. | luke | 2007-03-19 | 1 | -1/+2 |
| * | Fixing #447 - filebuckets now use deeply nested paths | luke | 2007-03-19 | 1 | -63/+87 |
| * | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 1 | -6/+7 |
| * | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 1 | -0/+13 |
| * | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 3 | -419/+457 |
| * | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 2 | -9/+20 |
| * | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 1 | -0/+35 |
| * | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 1 | -0/+21 |
| * | Looks like I already accidentally committed the switch from using system() to... | luke | 2007-03-18 | 1 | -16/+0 |
| * | The first round of fixes for failing tests. | luke | 2007-03-18 | 5 | -41/+60 |
| * | More work on #542 -- services in noop now produce noop events so that they ca... | luke | 2007-03-18 | 1 | -1/+7 |
| * | Removing bogus log message in file parsing | luke | 2007-03-18 | 1 | -1/+0 |
| * | Removing the cycle checks from the splice! method in pgraph, which *considera... | luke | 2007-03-18 | 1 | -5/+0 |
| * | 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 |