| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fixed CA race condition (#693) | Michael V. O'Brien | 2007-08-22 | 1 | -5/+37 |
* | | Merging the multi_env branch with master. There are not actually any conflic... | Luke Kanies | 2007-08-22 | 3 | -12/+56 |
|\| |
|
| * | Merge branch 'master' of http://northstarlabs.net/git/puppet | Luke Kanies | 2007-08-15 | 1 | -1/+7 |
| |\ |
|
| | * | Added optional per-module lib directory. | Jeffrey J McCune | 2007-08-14 | 1 | -1/+7 |
| * | | Merge ssh://michael@reductivelabs.com/home/michael/git/puppet | Michael V. O'Brien | 2007-08-14 | 1 | -5/+5 |
| |\ \ |
|
| * | | | Added shortname support to config.rb and refactored addargs | Michael V. O'Brien | 2007-08-14 | 2 | -11/+49 |
| | |/
| |/| |
|
* | | | Merge branch 'multi_env' | Luke Kanies | 2007-08-22 | 28 | -1306/+1636 |
|\ \ \
| |_|/
|/| | |
|
| * | | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 5 | -64/+65 |
| * | | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 2 | -3/+18 |
| * | | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 11 | -37/+53 |
| * | | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 7 | -41/+29 |
| * | | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 12 | -416/+336 |
| * | | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 6 | -564/+461 |
| * | | Adding node caching, so that node sources are not spammed during file serving... | Luke Kanies | 2007-08-15 | 1 | -0/+23 |
| * | | Keeping the node names in the node object, so that they are available to the ... | Luke Kanies | 2007-08-15 | 1 | -1/+2 |
| * | | Refactoring a small part of the interface between the configuration handler a... | Luke Kanies | 2007-08-15 | 1 | -4/+6 |
| * | | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 2 | -158/+134 |
| * | | Adding the necessary name/ip fields to the node methods | Luke Kanies | 2007-08-15 | 1 | -10/+10 |
| * | | Adding a "none" node source, which will be the default node source and will j... | Luke Kanies | 2007-08-15 | 2 | -1/+13 |
| * | | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 5 | -181/+148 |
| * | | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 10 | -347/+859 |
| |/ |
|
* / | Fixing documentation string on the file "ensure" property to remove the confu... | Luke Kanies | 2007-08-14 | 1 | -5/+5 |
|/ |
|
* | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -2/+7 |
* | Actually honour :namevar => true on newparam calls | (no author) | 2007-08-12 | 1 | -0/+2 |
* | Removing extraneous debugging from crontab | luke | 2007-08-10 | 3 | -14/+38 |
* | trac #763: Make redhat provider default for CentOS (patch by jtimberman) | lutter | 2007-08-09 | 1 | -1/+1 |
* | Constants in provider/interface/redhat.rb are getting redifined as they are d... | christian | 2007-08-09 | 1 | -13/+13 |
* | Changes to lib/ corresponding to test refactoring from r2759, was unaware tha... | christian | 2007-08-09 | 2 | -45/+27 |
* | Fix the ral:providers:host:parsed tests so they run successfully | (no author) | 2007-08-09 | 2 | -1/+2 |
* | The last set of bug-fixes before the next release. This commit just fixes a ... | luke | 2007-08-07 | 5 | -7/+5 |
* | Adding test support for the other mongrel configuration header | luke | 2007-08-06 | 2 | -1/+5 |
* | Copying the "commands" and "confine" statements to the actual dscl providers,... | luke | 2007-08-06 | 2 | -6/+8 |
* | Fixing #749 -- environment settings no longer accumulate. Significantly addi... | luke | 2007-08-06 | 4 | -38/+56 |
* | Removing the code from #745 until it can pass some basic tests | luke | 2007-08-05 | 2 | -69/+0 |
* | Adding syslog support by devdas (#745). | luke | 2007-08-05 | 2 | -0/+69 |
* | Fixing #751 -- the interface providers now have basic tests, at least to veri... | luke | 2007-08-05 | 3 | -105/+132 |
* | Fixing #731 - we are now correctly only collecting exported resources | luke | 2007-08-05 | 1 | -1/+1 |
* | Fixing #730 -- mounts now call flush() before trying to mount | luke | 2007-08-05 | 1 | -0/+3 |
* | Adding a file that should have been in a commit from yesterda | luke | 2007-08-04 | 1 | -0/+447 |
* | Fixing #735 -- gen_config now uses a single heading, matching the name of the... | luke | 2007-08-04 | 2 | -5/+11 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 7 | -671/+60 |
* | Apply fix for typo provided by Toshio Kuratomi (bz250870) | lutter | 2007-08-03 | 1 | -1/+1 |
* | Removed stray debugger method. | mccune | 2007-08-03 | 1 | -4/+1 |
* | DirectoryService provider for users and groups. Alternative to netinfo, as a... | mccune | 2007-08-03 | 3 | -0/+481 |
* | Fixing #734. The problem was that when I switched how the configs were parse... | luke | 2007-08-03 | 1 | -1/+5 |
* | Renaming the linux interface provider to redhat | luke | 2007-08-03 | 1 | -46/+3 |
* | Applying patch by stick to the linux interface provider | luke | 2007-08-03 | 1 | -2/+2 |
* | Undo previous commit, which was an error | lutter | 2007-08-03 | 1 | -24/+5 |
* | Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - ot... | lutter | 2007-08-03 | 1 | -5/+24 |
* | Adding interface implementations, as written by Paul Rose | luke | 2007-07-31 | 3 | -0/+440 |