| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Clarifying the errors a bit when nodes come from external sources. | luke | 2007-03-19 | 6 | -19/+41 |
| * | Apply patch from Ian Burrel (trac #479) | lutter | 2007-03-19 | 2 | -6/+11 |
| * | Adding the "ralsh" executable (formerly known as x2puppet). | luke | 2007-03-19 | 3 | -1/+153 |
| * | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 5 | -10/+23 |
| * | 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 | 15 | -132/+137 |
| * | Fixing the spelling of David Schmitt's name and giving credit to Chris McEnir... | luke | 2007-03-19 | 1 | -2/+3 |
| * | 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 | 7 | -22/+333 |
| * | Following Russ Allbery's advice and using the Candidate field in the apt-cach... | luke | 2007-03-19 | 1 | -1/+1 |
| * | Updating changelog for #487 | luke | 2007-03-19 | 1 | -0/+3 |
| * | Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be... | luke | 2007-03-19 | 3 | -24/+31 |
| * | 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 | 3 | -68/+180 |
| * | Oops. Fixing the other tests to now past the facts to "fresh?", as required ... | luke | 2007-03-19 | 1 | -2/+4 |
| * | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 2 | -8/+14 |
| * | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 3 | -0/+45 |
| * | Fixing #544 -- there is now an --ignoreimport option for commit hooks. | luke | 2007-03-19 | 5 | -419/+500 |
| * | Adding #539. Definitions can now have titles, and both $title and $name are ... | luke | 2007-03-19 | 5 | -12/+108 |
| * | Adding test to make sure ensure does not conflict with any of the creating ty... | luke | 2007-03-18 | 1 | -0/+4 |
| * | Adding #541. There is now a "generate" function. | luke | 2007-03-18 | 3 | -0/+85 |
| * | Fixing #538. There is now a simple file() function to read in file contents. | luke | 2007-03-18 | 3 | -0/+52 |
| * | 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 | 12 | -83/+89 |
| * | More work on #542 -- services in noop now produce noop events so that they ca... | luke | 2007-03-18 | 2 | -9/+29 |
| * | 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 |
| * | Adding example cron tab from #492 and making the read/write tests ignore whit... | luke | 2007-03-18 | 2 | -1/+24 |
| * | Fixing #529 -- specified targets keep their values. The problem was that I w... | luke | 2007-03-18 | 2 | -6/+49 |
| * | Fixing #533 -- puppetd now exits in onetime mode. | luke | 2007-03-18 | 2 | -1/+5 |
| * | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 3 | -11/+32 |
| * | 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 | 10 | -55/+170 |
| * | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 2 | -0/+25 |
| * | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 21 | -910/+1055 |
| * | Adding spec libs, so we can use them some day | luke | 2007-03-17 | 73 | -0/+5095 |
| * | 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 | 14 | -673/+759 |
| * | 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 | 4 | -101/+168 |
| * | Introduces a new implicit 'modules' fileserver module, whose allow/deny can | lutter | 2007-03-09 | 3 | -10/+160 |
| * | The template function now tries to first find a template within a module | lutter | 2007-03-09 | 3 | -5/+48 |
| * | The basic plumbing for modules: a modulepath config parameter, and a new | lutter | 2007-03-09 | 4 | -1/+88 |
| * | Adding support for a prefetch hook on individual providers, rather than only ... | luke | 2007-03-08 | 2 | -18/+28 |