| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding changelog update for misspiggy/0.24.0 | Luke Kanies | 2007-12-13 | 1 | -0/+1 |
* | Adding what is hopefully the last commit for #896. Here's the | Luke Kanies | 2007-12-11 | 1 | -0/+10 |
* | Updating the changelog with external node info. | Luke Kanies | 2007-12-10 | 1 | -0/+4 |
* | As per lutter; augmented fix for #896 to be configurable and defaulting to va... | Jeffrey J McCune | 2007-11-29 | 1 | -0/+5 |
* | Fixing #892 -- filesystem mounts are no longer remounted. | Luke Kanies | 2007-11-28 | 1 | -0/+2 |
* | Fixing #527 (rewrote service tests), #766 (services only restart when they | Luke Kanies | 2007-11-28 | 1 | -0/+10 |
* | Merge branch 'plugins_mount', fixing #891. | Luke Kanies | 2007-11-24 | 1 | -0/+4 |
|\ |
|
| * | Integrating Matt Palmer's patch to provide a 'plugins' | Luke Kanies | 2007-11-24 | 1 | -0/+4 |
* | | Applying patch 20070913004017-6856b-cdbbba99de0b33b64874205a27833b5114fcc6b9.... | Luke Kanies | 2007-11-23 | 1 | -0/+5 |
|/ |
|
* | Added calls to endgrent/endpwent in util/posix.rb to | Luke Kanies | 2007-11-23 | 1 | -0/+3 |
* | Obviating targets in interfaces; they now just generate a warning. | Luke Kanies | 2007-11-23 | 1 | -0/+4 |
* | Fixing #762. The main problem was that I accepted the patch | Luke Kanies | 2007-11-20 | 1 | -0/+4 |
* | Fixing #911 and #912 -- there's a default environment (development) | Luke Kanies | 2007-11-19 | 1 | -0/+3 |
* | Fixing #896 by applying DerekW's patches, with slight | Luke Kanies | 2007-11-19 | 1 | -0/+5 |
* | Fixing #446. I ended up largely not using porridge's patch, | Luke Kanies | 2007-11-19 | 1 | -0/+7 |
* | Applying fix by Jeff McCune from #905 | Luke Kanies | 2007-11-18 | 1 | -0/+5 |
* | Fixing #800 by refactoring how configurations are retrieved | Luke Kanies | 2007-11-12 | 1 | -0/+11 |
* | Moving some compile tests to the spec/ directory, and | Luke Kanies | 2007-11-12 | 1 | -0/+5 |
* | Switching the graph base class from GRATR::Digraph | Luke Kanies | 2007-11-07 | 1 | -0/+5 |
* | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 1 | -1/+7 |
* | Updated CHANGELOG. | Michael V. O'Brien | 2007-10-03 | 1 | -0/+7 |
* | Fixed CA race condition (#693) | Michael V. O'Brien | 2007-08-22 | 1 | -0/+2 |
* | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 2007-08-14 | 1 | -0/+2 |
* | Revert "Updating more milestone names" | Luke Kanies | 2007-08-13 | 1 | -1/+1 |
* | Updating more milestone names | Luke Kanies | 2007-08-13 | 1 | -1/+1 |
* | Adding milestone names to changelog | luke | 2007-08-13 | 1 | -1/+2 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 1 | -0/+3 |
* | Fixing #731 - we are now correctly only collecting exported resources | luke | 2007-08-05 | 1 | -0/+3 |
* | Fixing #735 -- gen_config now uses a single heading, matching the name of the... | luke | 2007-08-04 | 1 | -0/+4 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 1 | -0/+10 |
* | Adding interface implementations, as written by Paul Rose | luke | 2007-07-31 | 1 | -0/+3 |
* | Applying patch my emerose to fix #652. | luke | 2007-07-30 | 1 | -0/+3 |
* | Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to... | luke | 2007-07-30 | 1 | -0/+5 |
* | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 1 | -0/+5 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 1 | -0/+4 |
* | Applying a slightly modified patch by Dean Wilson -- puppetca now exits with ... | luke | 2007-07-17 | 1 | -0/+4 |
* | Fixing #589 | luke | 2007-07-13 | 1 | -0/+2 |
* | Fixing #468 -- fully qualified resources can now be specified as dependencies | luke | 2007-07-13 | 1 | -0/+4 |
* | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -0/+4 |
* | Adding a maillist type, with support for mailman. It is not as flexible as I... | luke | 2007-07-11 | 1 | -0/+2 |
* | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 1 | -0/+2 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -0/+3 |
* | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -0/+7 |
* | Fixing #710 -- you can now specify the rails_loglevel | luke | 2007-07-09 | 1 | -0/+5 |
* | Fixing #687. | luke | 2007-07-09 | 1 | -0/+2 |
* | Applying patch by David Schmitt from #701. | luke | 2007-07-08 | 1 | -0/+2 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+4 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -0/+2 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 1 | -0/+3 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 1 | -0/+3 |