summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-282-2/+101
* Trying to track down the bugs reported this morning, so I added some more tes...luke2006-04-273-89/+77
* updating changelog for 0.16.1 and 0.16.2luke2006-04-261-1/+1
* adding "clean" mode to puppetcaluke2006-04-261-0/+7
* This should have been in 0.16.1. Moving the "setclass" statements around so ...luke2006-04-261-1/+1
* Adding "defined" functino to puppet, so you can now test whether a given clas...luke2006-04-261-0/+37
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-264-0/+142
* Modifying non-existent-package test to make sure syncing fails, and modified ...luke2006-04-221-1/+9
* Final commit before 0.16.0luke2006-04-214-4/+158
* making corrections to pass tests on freebsdluke2006-04-211-0/+3
* Go some work started on developing authorization, but I have made little prog...luke2006-04-211-4/+4
* pelement listing now worksluke2006-04-201-24/+43
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-202-15/+123
* Adding a "list" class method to most types, and using it in the tests for the...luke2006-04-202-0/+67
* A simple first version of an object (called "pelement") server is now in plac...luke2006-04-201-0/+81
* Adding freebsd ports supportluke2006-04-201-0/+6
* fixing test to know that i skipped alertsluke2006-04-191-1/+1
* Fixin #102. The syslog name is now either the name if the process (if that n...luke2006-04-191-0/+1
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-177-53/+71
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-121-1/+10
* Adding locking to the master client, so that only one copy of puppetd will be...luke2006-04-111-0/+32
* Changing "set" to "tag"luke2006-04-112-7/+7
* Adding the host name as a tag (stripped of the domain name)luke2006-04-112-6/+32
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+17
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-113-0/+62
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-111-0/+23
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-2/+16
* Adding a "tag" metaparamluke2006-04-111-0/+33
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-102-0/+29
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+14
* Revamp the yumrepo type to deal with repositories defined anywhere in yum'slutter2006-04-072-20/+167
* Committing an important fix to mounts; since i am sure no one has downloaded ...luke2006-04-061-0/+9
* Okay, last one, hopefully. Modifying checks to support arrays.luke2006-04-051-0/+41
* And, one more time. My test for the last bug did not actually retrieve, so i...luke2006-04-051-0/+1
* Fixing checks so that they can run even if the set cwd does not existluke2006-04-051-0/+5
* moving cwd existence check into "sync" instead of "validate"luke2006-04-051-0/+34
* Fixing a small bug in type.rb that ignored false values (instead of nil value...luke2006-04-051-0/+17
* Adding darwinport type.luke2006-04-051-14/+14
* differentiating openbsd from freebsd, adding freebsd, and autoloading package...luke2006-04-053-6/+4
* fixing Config#mkdir test to not check gid on any BSD, since they appear to ig...luke2006-04-051-5/+16
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-052-26/+131
* getting rid of the parser tree, and moving everything into the language dirluke2006-04-043-0/+0
* loading yumrepo in the test, since it is not being loaded in the main codeluke2006-04-041-0/+1
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-048-31/+35
* adding -e ability to puppet executableluke2006-04-041-3/+30
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-041-0/+84
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-042-0/+40
* Finally! We now have mount support in OS X. Ouch.luke2006-04-041-16/+26
* Adding netinfo type and some testsluke2006-04-032-160/+96
* Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it...luke2006-04-032-2/+11