summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Fixed CA race condition (#693)Michael V. O'Brien2007-08-221-5/+37
* | Merging the multi_env branch with master. There are not actually any conflic...Luke Kanies2007-08-223-12/+56
|\|
| * Merge branch 'master' of http://northstarlabs.net/git/puppetLuke Kanies2007-08-151-1/+7
| |\
| | * Added optional per-module lib directory.Jeffrey J McCune2007-08-141-1/+7
| * | Merge ssh://michael@reductivelabs.com/home/michael/git/puppetMichael V. O'Brien2007-08-141-5/+5
| |\ \
| * | | Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-142-11/+49
| | |/ | |/|
* | | Merge branch 'multi_env'Luke Kanies2007-08-2228-1306/+1636
|\ \ \ | |_|/ |/| |
| * | The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-225-64/+65
| * | Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-222-3/+18
| * | A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-2011-37/+53
| * | All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-207-41/+29
| * | The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-2012-416/+336
| * | The new parser configuration object works now,Luke Kanies2007-08-166-564/+461
| * | Adding node caching, so that node sources are not spammed during file serving...Luke Kanies2007-08-151-0/+23
| * | Keeping the node names in the node object, so that they are available to the ...Luke Kanies2007-08-151-1/+2
| * | Refactoring a small part of the interface between the configuration handler a...Luke Kanies2007-08-151-4/+6
| * | The new configuration handler looks to be ready for usage. Now I just need t...Luke Kanies2007-08-152-158/+134
| * | Adding the necessary name/ip fields to the node methodsLuke Kanies2007-08-151-10/+10
| * | Adding a "none" node source, which will be the default node source and will j...Luke Kanies2007-08-152-1/+13
| * | Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-145-181/+148
| * | An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-1410-347/+859
| |/
* / Fixing documentation string on the file "ensure" property to remove the confu...Luke Kanies2007-08-141-5/+5
|/
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-2/+7
* Actually honour :namevar => true on newparam calls(no author)2007-08-121-0/+2
* Removing extraneous debugging from crontabluke2007-08-103-14/+38
* trac #763: Make redhat provider default for CentOS (patch by jtimberman)lutter2007-08-091-1/+1
* Constants in provider/interface/redhat.rb are getting redifined as they are d...christian2007-08-091-13/+13
* Changes to lib/ corresponding to test refactoring from r2759, was unaware tha...christian2007-08-092-45/+27
* Fix the ral:providers:host:parsed tests so they run successfully(no author)2007-08-092-1/+2
* The last set of bug-fixes before the next release. This commit just fixes a ...luke2007-08-075-7/+5
* Adding test support for the other mongrel configuration headerluke2007-08-062-1/+5
* Copying the "commands" and "confine" statements to the actual dscl providers,...luke2007-08-062-6/+8
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-064-38/+56
* Removing the code from #745 until it can pass some basic testsluke2007-08-052-69/+0
* Adding syslog support by devdas (#745).luke2007-08-052-0/+69