summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)luke2006-09-207-6/+71
* adding an extra make target for debugging, rather than defaulting to always c...luke2006-09-202-2/+5
* Rake::TestTasks were running the test suite inadvertantly against the install...erikh2006-09-201-3/+4
* Fixing provider commands and Util#execute so they always include the command ...luke2006-09-193-12/+43
* Regenerating docs, and correcting some markup mistakesluke2006-09-194-1130/+1020
* Small update to the fileserver tests; it was apparently not making some test ...luke2006-09-191-1/+2
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-1997-2170/+263
* Reworking test/lib structure a bit, and renaming all of the files so that the...luke2006-09-1915-856/+859
* Fix trac #282 (Change URL to configref, mention --genconfig)lutter2006-09-195-7/+23
* Small modification so i can make more changesluke2006-09-192-1277/+2
* updating changes from the trunkluke2006-09-192-3/+50
* going through all of the other providers and making sure any reference to a s...luke2006-09-196-13/+7
* Fixing case of silly states on os x, where files are owned by "nobody" and Fi...luke2006-09-192-1/+20
* Fixing the same bug in the netinfo provider -- it was retrieving the "is" val...luke2006-09-193-13/+11
* Fixing #280; added a warning and exiting if no hosts are specified to cleanluke2006-09-191-0/+4
* applying patch from #275. aptitude -q works fine on my testing release, but ...luke2006-09-191-1/+2
* Removing the no-longer-necessary type/nameservice info -- it is all in the pr...luke2006-09-198-692/+12
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-196-79/+146
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-183-13/+42
* Better documentation around certificate revocation and mgmtlutter2006-09-183-4/+16
* Updated to version 0.19.1luke2006-09-151-1/+1
* Updated to version 0.19.1luke2006-09-151-1/+1
* Updated to version 0.19.1luke2006-09-151-1/+1
* Updating changelog for 0.19.1luke2006-09-151-0/+4
* Adding testing for the default? method, and fixing it to support arrays and r...luke2006-09-152-6/+40
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-1528-56/+43
* Adding patch from #235luke2006-09-152-39/+17
* Fixing docs, as mentioned in #271.luke2006-09-151-2/+2
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-158-953/+598
* Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but...luke2006-09-152-4/+53
* Applying patch in #160.luke2006-09-151-2/+2
* Fixing #262. I somehow lost the line that only added a given user's jobs to ...luke2006-09-153-4/+29
* Removing a test in the parser that is no longer necessary because of how impo...luke2006-09-152-17/+2
* This commit adds two important features (but which probably were notluke2006-09-158-583/+953
* Specifically rescuing Exception, since apparently the default does not rescue...luke2006-09-156-6/+6
* collecting output from blastlist, for later useluke2006-09-151-1/+1
* Merged test framework into trunk - still not ready until tests are converted ...erikh2006-09-1512-0/+2582
* Fixing the "Adding aliases" message, so it is clear when an alias with spaces...luke2006-09-151-1/+3
* Fixing #267. The problem was that the user provider was retrieving the @is v...luke2006-09-157-15/+49
* Updating changelog for 0.19.0luke2006-09-151-0/+12
* Raising element creation errors up outside the "create" method, so that tests...luke2006-09-155-19/+21
* Fixing spelling of retrieve, to fix ##268luke2006-09-153-3/+3
* Fixing #269. I was aliasing every case where the title and name were differe...luke2006-09-152-3/+58
* Catching all errors encountered during loading, not just LoadError, to fix on...luke2006-09-146-7/+7
* Let puppetd listen (when given --listen) without a CRLlutter2006-09-143-1/+17
* Brute force fix for trac #266lutter2006-09-141-1/+5
* Fix test_host_specific to not depend on the path of the test directory and re...lutter2006-09-141-8/+14
* Expanding the Fedora/RHEL instructions somelutter2006-09-141-3/+6
* adding note about david's yum repoluke2006-09-141-1/+3
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-142-156/+194