summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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
| | * | Partial fix for #772. The SIGHUP now produces a EOPNOTSUPP instead of NameEr...Michael V. O'Brien2007-09-141-1/+1
| * | | Fixing ralsh to use a configuration instead of a componentLuke Kanies2007-09-251-4/+3
| | |/ | |/|
| * | Demoting the "file does not exist" log to debug from noticeLuke Kanies2007-09-251-1/+1
| * | Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-25157-3934/+5842
| |\ \
| * | | Fixing a small problem with the mailman typeLuke Kanies2007-09-251-2/+2
| | |/ | |/|
| * | Merge branch 'testing'Luke Kanies2007-09-117-707/+700
| |\ \
| | * | Fixed #797. Removed the warning message about specifying 'enable' or 'ensure...Michael V. O'Brien2007-09-111-4/+0
| | * | Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-112-2/+2
| | |\ \
| | * | | Fixed #784 by applying patch by vvidic.Michael V. O'Brien2007-09-111-1/+1
| | * | | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-104-577/+572
| | * | | Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-103-630/+632
* | | | | I changed the Terminus class to switch camelcaseLuke Kanies2007-09-243-14/+28
* | | | | Removing obsolete fact stores and node sources. The functionality has been m...Luke Kanies2007-09-244-239/+0
| |_|_|/ |/| | |
* | | | Taking a first stab at moving configuration compilingLuke Kanies2007-09-238-10/+391
* | | | Adding a "memory" node terminus, which willLuke Kanies2007-09-235-0/+147
* | | | Fixing the spec for the checksum terminus to matchLuke Kanies2007-09-231-3/+2
* | | | Adding my first integration test, verifying thatLuke Kanies2007-09-238-85/+171
* | | | Adding the first version of checksum support, which willLuke Kanies2007-09-226-10/+358
* | | | Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-2253-298/+297
* | | | Adding the base file terminus. This will, at the least,Luke Kanies2007-09-222-0/+170
* | | | Merge branch 'configurations' into indirectionLuke Kanies2007-09-2263-1614/+1393
|\ \ \ \
| * | | | All tests now pass in this configuration branch, which meansLuke Kanies2007-09-2214-186/+100
| * | | | The structure for handling resource generation is nowLuke Kanies2007-09-227-14/+35
| * | | | An intermediate commit so I can start working on a differentLuke Kanies2007-09-2012-32/+45
| * | | | This is basically another intermediate commit. I feel likeLuke Kanies2007-09-1743-917/+536
| * | | | Configurations now set a "configuration" instance variable in resources that ...Luke Kanies2007-09-153-5/+15
| * | | | The whole system now uses Configuration objects instead ofLuke Kanies2007-09-1521-577/+736
* | | | | Adding the last tests for the ldap node terminus. I managedLuke Kanies2007-09-224-15/+211
* | | | | All indirections are working, and they have allLuke Kanies2007-09-2223-637/+711
* | | | | It looks like the new indirection setup is complete.Luke Kanies2007-09-2112-217/+235
* | | | | Adding automatic association between terminus subclasses andLuke Kanies2007-09-214-45/+88
* | | | | Adding the first top-level terminus (yaml). It worksLuke Kanies2007-09-217-14/+242