| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-03 | 1 | -6/+7 |
|\ |
|
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 3 | -57/+113 |
| |\ |
|
| * | | Adding more behaviours to the Puppet::Module spec, | Luke Kanies | 2007-10-03 | 1 | -6/+7 |
* | | | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 2 | -3/+7 |
* | | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-03 | 3 | -57/+113 |
|\ \ \
| | |/
| |/| |
|
| * | | Use external helper script to talk to yum; should avoid any more trouble with... | David Lutterkort | 2007-10-02 | 3 | -57/+113 |
| |/ |
|
* | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 9 | -242/+66 |
|\| |
|
| * | Adding more indirection termini, mostly focused on caching | Luke Kanies | 2007-09-25 | 3 | -0/+31 |
| * | Adding cache support to indirection. If you have | Luke Kanies | 2007-09-25 | 1 | -1/+31 |
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet into indir... | Luke Kanies | 2007-09-25 | 8 | -709/+763 |
| |\ |
|
| | * | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-09-25 | 1 | -0/+87 |
| | |\ |
|
| * | | | I changed the Terminus class to switch camelcase | Luke Kanies | 2007-09-24 | 1 | -2/+4 |
| * | | | Removing obsolete fact stores and node sources. The functionality has been m... | Luke Kanies | 2007-09-24 | 4 | -239/+0 |
* | | | | Updated the configuration doc to more clearly explain where puppet.conf is ex... | Michael V. O'Brien | 2007-09-25 | 1 | -4/+8 |
* | | | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 66 | -1221/+1876 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| * | | Demoting the "file does not exist" log to debug from notice | Luke Kanies | 2007-09-25 | 1 | -1/+1 |
| * | | Merge branch 'indirection' of git://reductivelabs.com/puppet-luke | Luke Kanies | 2007-09-25 | 65 | -1218/+1873 |
| |\| |
|
| | * | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 5 | -10/+193 |
| | * | Adding a "memory" node terminus, which will | Luke Kanies | 2007-09-23 | 2 | -0/+29 |
| | * | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 3 | -16/+43 |
| | * | Adding the first version of checksum support, which will | Luke Kanies | 2007-09-22 | 3 | -9/+95 |
| | * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 25 | -48/+48 |
| | * | Adding the base file terminus. This will, at the least, | Luke Kanies | 2007-09-22 | 1 | -0/+40 |
| | * | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 23 | -541/+570 |
| | |\ |
|
| | | * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 7 | -68/+49 |
| | | * | The structure for handling resource generation is now | Luke Kanies | 2007-09-22 | 5 | -8/+27 |
| | | * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 5 | -22/+21 |
| | | * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 14 | -218/+204 |
| | | * | Configurations now set a "configuration" instance variable in resources that ... | Luke Kanies | 2007-09-15 | 2 | -1/+4 |
| | | * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 12 | -320/+315 |
| | * | | Adding the last tests for the ldap node terminus. I managed | Luke Kanies | 2007-09-22 | 2 | -13/+53 |
| | * | | All indirections are working, and they have all | Luke Kanies | 2007-09-22 | 12 | -236/+297 |
| | * | | It looks like the new indirection setup is complete. | Luke Kanies | 2007-09-21 | 6 | -68/+71 |
| | * | | Adding automatic association between terminus subclasses and | Luke Kanies | 2007-09-21 | 3 | -41/+30 |
| | * | | Adding the first top-level terminus (yaml). It works | Luke Kanies | 2007-09-21 | 4 | -4/+76 |
| | * | | Moving the Puppet::Indirector::Terminus class into its | Luke Kanies | 2007-09-21 | 2 | -21/+20 |
| | * | | Adding a couple more tests to the indirector, talking about | Luke Kanies | 2007-09-21 | 1 | -2/+0 |
| | * | | The indirector specs now all pass. I think I need | Luke Kanies | 2007-09-21 | 3 | -88/+11 |
| | * | | The unit tests for the newly-resurrected indirection class | Luke Kanies | 2007-09-20 | 1 | -19/+28 |
| | * | | Fixing all existing spec tests so that they now | Luke Kanies | 2007-09-20 | 7 | -15/+20 |
| | * | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirection | Luke Kanies | 2007-09-20 | 1 | -43/+97 |
| | |\ \ |
|
| | | * | | More spec and indirector updates. | Rick Bradley | 2007-09-20 | 1 | -0/+2 |
| | | * | | Reworking the Indirector code. Continuing to fight the classgen and instance... | Rick Bradley | 2007-09-19 | 1 | -43/+95 |
| | * | | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirection | Luke Kanies | 2007-09-17 | 2 | -7/+28 |
| | |\| |
| | | |/
| | |/| |
|
| | | * | Updates to indirection stuffs. Making a better spec and migrating to it. | Rick Bradley | 2007-09-17 | 2 | -7/+28 |
| | * | | Removing the completely obsolete passwd2puppet and the obsolete component.rb | Luke Kanies | 2007-09-13 | 1 | -224/+0 |
| | |/ |
|
| | * | Moving the resource container behaviour to the Configuration object, rather t... | Luke Kanies | 2007-09-12 | 3 | -28/+27 |
| | * | Adding a to_graph method to TransBuckets, so that the buckets can directly ge... | Luke Kanies | 2007-09-12 | 4 | -6/+79 |
| | * | Another intermediate commit. The node and fact classes are now functional an... | Luke Kanies | 2007-09-12 | 12 | -175/+188 |
| | * | Refactoring the feature support so it loads libraries when a feature is asked... | Luke Kanies | 2007-09-11 | 1 | -22/+31 |