summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://reductivelabs.com/puppetMichael V. O'Brien2007-09-259-242/+66
|\
| * Adding more indirection termini, mostly focused on cachingLuke Kanies2007-09-253-0/+31
| * Adding cache support to indirection. If you haveLuke Kanies2007-09-251-1/+31
| * Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet into indir...Luke Kanies2007-09-258-709/+763
| |\
| | * Merge branch 'master' of git://michaelobrien.info/puppetLuke Kanies2007-09-251-0/+87
| | |\
| * | | I changed the Terminus class to switch camelcaseLuke Kanies2007-09-241-2/+4
| * | | Removing obsolete fact stores and node sources. The functionality has been m...Luke Kanies2007-09-244-239/+0
* | | | 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-2566-1221/+1876
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | 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-2565-1218/+1873
| |\|
| | * Taking a first stab at moving configuration compilingLuke Kanies2007-09-235-10/+193
| | * Adding a "memory" node terminus, which willLuke Kanies2007-09-232-0/+29
| | * Adding my first integration test, verifying thatLuke Kanies2007-09-233-16/+43
| | * Adding the first version of checksum support, which willLuke Kanies2007-09-223-9/+95
| | * Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-2225-48/+48
| | * Adding the base file terminus. This will, at the least,Luke Kanies2007-09-221-0/+40
| | * Merge branch 'configurations' into indirectionLuke Kanies2007-09-2223-541/+570
| | |\
| | | * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-227-68/+49
| | | * The structure for handling resource generation is nowLuke Kanies2007-09-225-8/+27
| | | * An intermediate commit so I can start working on a differentLuke Kanies2007-09-205-22/+21
| | | * This is basically another intermediate commit. I feel likeLuke Kanies2007-09-1714-218/+204
| | | * Configurations now set a "configuration" instance variable in resources that ...Luke Kanies2007-09-152-1/+4
| | | * The whole system now uses Configuration objects instead ofLuke Kanies2007-09-1512-320/+315
| | * | Adding the last tests for the ldap node terminus. I managedLuke Kanies2007-09-222-13/+53
| | * | All indirections are working, and they have allLuke Kanies2007-09-2212-236/+297
| | * | It looks like the new indirection setup is complete.Luke Kanies2007-09-216-68/+71
| | * | Adding automatic association between terminus subclasses andLuke Kanies2007-09-213-41/+30
| | * | Adding the first top-level terminus (yaml). It worksLuke Kanies2007-09-214-4/+76
| | * | Moving the Puppet::Indirector::Terminus class into itsLuke Kanies2007-09-212-21/+20
| | * | Adding a couple more tests to the indirector, talking aboutLuke Kanies2007-09-211-2/+0
| | * | The indirector specs now all pass. I think I needLuke Kanies2007-09-213-88/+11
| | * | The unit tests for the newly-resurrected indirection classLuke Kanies2007-09-201-19/+28
| | * | Fixing all existing spec tests so that they nowLuke Kanies2007-09-207-15/+20
| | * | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-201-43/+97
| | |\ \
| | | * | More spec and indirector updates.Rick Bradley2007-09-201-0/+2
| | | * | Reworking the Indirector code. Continuing to fight the classgen and instance...Rick Bradley2007-09-191-43/+95
| | * | | Merge branch 'indirection' of http://git.rickbradley.com/puppet into indirectionLuke Kanies2007-09-172-7/+28
| | |\| | | | | |/ | | |/|
| | | * Updates to indirection stuffs. Making a better spec and migrating to it.Rick Bradley2007-09-172-7/+28
| | * | Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-131-224/+0
| | |/
| | * Moving the resource container behaviour to the Configuration object, rather t...Luke Kanies2007-09-123-28/+27
| | * Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-124-6/+79
| | * Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-1212-175/+188
| | * Refactoring the feature support so it loads libraries when a feature is asked...Luke Kanies2007-09-111-22/+31
| | * The Node handler is now obsolete. Node searching is handled through the indi...Luke Kanies2007-09-117-371/+134
| | * Doing an intermediate commit so rick can look at the work I have done so far.Luke Kanies2007-09-119-28/+482
| * | Fixing a small problem with the mailman typeLuke Kanies2007-09-251-2/+2
* | | 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
|/ /
* | Merge branch 'testing'Luke Kanies2007-09-115-706/+673
|\ \ | |/ |/|