summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
|\ \ | |/ |/|
| * 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-103-576/+553
| * | Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-102-630/+624
* | | Renaming the instance loader method to "instance_load". It was previously au...Luke Kanies2007-09-104-4/+4
| |/ |/|
* | Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-09-101-1/+1
|\ \
| * | Fixed hdiutil syntax for ticket 812Jeffrey J McCune2007-09-101-1/+1
| |/
* / Removing extraneous logging from the node handlerLuke Kanies2007-09-101-1/+1
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-073-19/+15
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-072-4/+10
* Fixing #801 -- resources that have changes when running in noop mode do not r...Luke Kanies2007-09-071-1/+10
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-063-11/+8
* Fixing #795 -- configuration elements now make sure all file paths are fully ...Luke Kanies2007-09-061-1/+5
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-062-3/+6
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-062-7/+16
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-067-22/+22
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-064-20/+34
* A small change to the indirector, moving it to a module instead of a class. ...Luke Kanies2007-09-061-64/+19
* Adding my indirector class before i rewrite it. I am probably not going to k...Luke Kanies2007-09-061-0/+121
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-044-9/+21
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-046-65/+38
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-0432-535/+237
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-036-68/+53
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-032-18/+3
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-035-90/+92
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-018-15/+243
* Renaming the file containing all of the configuration defaults to "defaults.r...Luke Kanies2007-08-281-0/+0
* Making a couple of small bugfixes in the configuration subsystemLuke Kanies2007-08-273-3/+8
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-277-19/+121
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-264-17/+45
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-266-22/+56
* Adding a bit of testing for node names.Luke Kanies2007-08-261-1/+9
* Moving the node tests to rspec, and cleaning up the spec of the node, especia...Luke Kanies2007-08-261-6/+19
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-255-24/+25
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-258-27/+27
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-254-45/+43
* The config class now has support for add an environment to its search path. ...Luke Kanies2007-08-241-7/+8
* I have added basic support for a search path, altho not yet with any ability ...Luke Kanies2007-08-242-131/+149
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-232-40/+83
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-236-121/+79
* Adding environment information to the client fact list. The environment is r...Luke Kanies2007-08-221-0/+3
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* Merge branch 'master' of ssh://reductivelabs.com/home/michael/git/puppetLuke Kanies2007-08-221-5/+37
|\