| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated CHANGELOG. | Michael V. O'Brien | 2007-10-03 | 1 | -0/+7 |
* | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-03 | 2 | -15/+49 |
|\ |
|
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-10-03 | 7 | -71/+135 |
| |\ |
|
| * | | Adding more behaviours to the Puppet::Module spec, | Luke Kanies | 2007-10-03 | 2 | -15/+49 |
* | | | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 5 | -55/+46 |
* | | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-03 | 4 | -57/+116 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' of git://reductivelabs.com/puppet | David Lutterkort | 2007-10-02 | 3 | -14/+19 |
| |\ \ |
|
| * | | | Use external helper script to talk to yum; should avoid any more trouble with... | David Lutterkort | 2007-10-02 | 4 | -57/+116 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-10-02 | 3 | -14/+19 |
|\ \ \
| | |/
| |/| |
|
| * | | Fixed a failing test where we presumed that non-string Fact values would have... | Rick Bradley | 2007-10-02 | 1 | -1/+1 |
| * | | Fixed a test which was secretly sneaking off and pulling certs from ~ if they... | Rick Bradley | 2007-10-02 | 2 | -13/+18 |
| |/ |
|
* | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 15 | -277/+332 |
|\| |
|
| * | Adding more indirection termini, mostly focused on caching | Luke Kanies | 2007-09-25 | 6 | -0/+151 |
| * | Adding cache support to indirection. If you have | Luke Kanies | 2007-09-25 | 2 | -24/+153 |
| * | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet into indir... | Luke Kanies | 2007-09-25 | 12 | -715/+794 |
| |\ |
|
| * | | I changed the Terminus class to switch camelcase | Luke Kanies | 2007-09-24 | 3 | -14/+28 |
| * | | Removing obsolete fact stores and node sources. The functionality has been m... | Luke Kanies | 2007-09-24 | 4 | -239/+0 |
* | | | Merge branch 'master' of git://reductivelabs.com/puppet | Michael V. O'Brien | 2007-09-25 | 1 | -4/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' of git://michaelobrien.info/puppet | Luke Kanies | 2007-09-25 | 2 | -1/+88 |
| |\ \ |
|
| * | | | Fixing ralsh to use a configuration instead of a component | Luke Kanies | 2007-09-25 | 1 | -4/+3 |
* | | | | 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 | 158 | -3937/+5845 |
|\| | |
| |/ /
|/| | |
|
| * | | 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 | 157 | -3934/+5842 |
| |\| |
|
| | * | Taking a first stab at moving configuration compiling | Luke Kanies | 2007-09-23 | 8 | -10/+391 |
| | * | Adding a "memory" node terminus, which will | Luke Kanies | 2007-09-23 | 5 | -0/+147 |
| | * | Fixing the spec for the checksum terminus to match | Luke Kanies | 2007-09-23 | 1 | -3/+2 |
| | * | Adding my first integration test, verifying that | Luke Kanies | 2007-09-23 | 8 | -85/+171 |
| | * | Adding the first version of checksum support, which will | Luke Kanies | 2007-09-22 | 6 | -10/+358 |
| | * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 53 | -298/+297 |
| | * | Adding the base file terminus. This will, at the least, | Luke Kanies | 2007-09-22 | 2 | -0/+170 |
| | * | Merge branch 'configurations' into indirection | Luke Kanies | 2007-09-22 | 63 | -1614/+1393 |
| | |\ |
|
| | | * | All tests now pass in this configuration branch, which means | Luke Kanies | 2007-09-22 | 14 | -186/+100 |
| | | * | The structure for handling resource generation is now | Luke Kanies | 2007-09-22 | 7 | -14/+35 |
| | | * | An intermediate commit so I can start working on a different | Luke Kanies | 2007-09-20 | 12 | -32/+45 |
| | | * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 43 | -917/+536 |
| | | * | Configurations now set a "configuration" instance variable in resources that ... | Luke Kanies | 2007-09-15 | 3 | -5/+15 |
| | | * | The whole system now uses Configuration objects instead of | Luke Kanies | 2007-09-15 | 21 | -577/+736 |
| | * | | Adding the last tests for the ldap node terminus. I managed | Luke Kanies | 2007-09-22 | 4 | -15/+211 |
| | * | | All indirections are working, and they have all | Luke Kanies | 2007-09-22 | 23 | -637/+711 |
| | * | | It looks like the new indirection setup is complete. | Luke Kanies | 2007-09-21 | 12 | -217/+235 |
| | * | | Adding automatic association between terminus subclasses and | Luke Kanies | 2007-09-21 | 4 | -45/+88 |
| | * | | Adding the first top-level terminus (yaml). It works | Luke Kanies | 2007-09-21 | 7 | -14/+242 |
| | * | | Moving the Puppet::Indirector::Terminus class into its | Luke Kanies | 2007-09-21 | 3 | -21/+59 |
| | * | | Adding a couple more tests to the indirector, talking about | Luke Kanies | 2007-09-21 | 2 | -2/+13 |
| | * | | The indirector specs now all pass. I think I need | Luke Kanies | 2007-09-21 | 4 | -133/+63 |
| | * | | The unit tests for the newly-resurrected indirection class | Luke Kanies | 2007-09-20 | 3 | -145/+157 |
| | * | | Fixing all existing spec tests so that they now | Luke Kanies | 2007-09-20 | 15 | -62/+73 |
| | * | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirection | Luke Kanies | 2007-09-20 | 2 | -132/+211 |
| | |\ \ |
|
| | | * | | Whitespace and comment commit. | Rick Bradley | 2007-09-20 | 1 | -1/+3 |