summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Adding another test to the ldap node source -- we makeLuke Kanies2007-10-042-3/+15
| | * | Fixing some terminology so some ldap tests are easier to read.Luke Kanies2007-10-041-3/+3
| | * | Switching the indirection from using settings for configurationLuke Kanies2007-10-043-90/+88
| | |/
* | | Merge branch 'routing' of http://git.rickbradley.com/puppet into routingLuke Kanies2007-10-05340-631/+411
|\| |
| * | Minor tweaks.Rick Bradley2007-10-042-7/+7
| * | Allow for multiple REST servers to be active; some terminology changes in spe...Rick Bradley2007-10-042-69/+79
| * | Added .listening to REST server, handle listen states and transitions.Rick Bradley2007-10-042-4/+54
| * | Spec'd a reset() method for clearing out known routes. Uses the unregister m...Rick Bradley2007-10-041-0/+16
| * | Updating first portion of the Network RESTServer spec with example code, gett...Rick Bradley2007-10-042-2/+60
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-042-3/+8
| |\|
| | * Attempting to reproduce and fix #829 by applying patch by Paul. I could notLuke Kanies2007-10-042-3/+8
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-041-0/+3
| |\|
| | * Fixing tests for the Configuration object, since ILuke Kanies2007-10-041-0/+3
| * | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-04336-596/+200
| |\|
| | * Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-048-133/+35
| | |\
| | | * Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-03332-444/+131
| | | |\
| | | * | I finally tracked down the problem that was causing providersLuke Kanies2007-10-037-127/+33
| | | * | Fixing the yaml path so that it is correctlyLuke Kanies2007-10-031-6/+3
| | * | | Fixing #817, mostly using the patch by DavidS. I couldLuke Kanies2007-10-033-20/+34
| | | |/ | | |/|
| | * | Removing the Id tags from all of the filesLuke Kanies2007-10-03321-321/+0
| | * | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-10-031-3/+1
| | |\ \
| | | * | Fixed #854.Michael V. O'Brien2007-10-031-3/+1
| | * | | Fixing #813 -- empty configurations again work.Luke Kanies2007-10-032-2/+20
| | |/ /
| | * | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-10-037-59/+61
| | |\ \
| | | * | Updated CHANGELOG.Michael V. O'Brien2007-10-031-0/+7
| | | * | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-10-032-15/+49
| | | |\|
| | | * | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.Michael V. O'Brien2007-10-035-55/+46
| | | * | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-10-034-57/+116
| | | |\ \
| | | * \ \ Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-10-023-14/+19
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-2515-277/+332
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-251-4/+3
| | | |\ \ \ \ \
| | | * | | | | | Updated the configuration doc to more clearly explain where puppet.conf is ex...Michael V. O'Brien2007-09-251-4/+8
| | | * | | | | | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-25158-3937/+5845
| | | |\ \ \ \ \ \
| | * | | | | | | | Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-036-58/+49
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-036-72/+165
| |\| | | | | | |
| | * | | | | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppetLuke Kanies2007-10-037-71/+135
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | * | | | | | | Adding more behaviours to the Puppet::Module spec,Luke Kanies2007-10-032-15/+49
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'routing' of http://git.rickbradley.com/puppet into routingLuke Kanies2007-10-048-0/+112
|\| | | | | | | | |_|/ / / / / |/| | | | | |
| * | | | | | Interpreting "hidden" class from spec drafts as a REST Controller. This name...Rick Bradley2007-10-032-0/+16
| * | | | | | Added partial spec for the serving of REST information, as well as some clien...Rick Bradley2007-10-036-0/+96
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of git://reductivelabs.com/puppetDavid Lutterkort2007-10-023-14/+19
|\| | | | |
| * | | | | Fixed a failing test where we presumed that non-string Fact values would have...Rick Bradley2007-10-021-1/+1
| * | | | | Fixed a test which was secretly sneaking off and pulling certs from ~ if they...Rick Bradley2007-10-022-13/+18
| |/ / / /
* / / / / Use external helper script to talk to yum; should avoid any more trouble with...David Lutterkort2007-10-024-57/+116
|/ / / /
* | | | Adding more indirection termini, mostly focused on cachingLuke Kanies2007-09-256-0/+151
* | | | Adding cache support to indirection. If you haveLuke Kanies2007-09-252-24/+153
* | | | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet into indir...Luke Kanies2007-09-2512-715/+794
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-09-252-1/+88
| |\| |
| | * | Renamed princs to principals in the k5login type.Michael V. O'Brien2007-09-241-7/+7
| | * | Added k5login type written by Digant Kasundra. This is for ticket #759.Digant Kasundra2007-09-241-0/+87