| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 2 | -0/+21 |
| * | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 9 | -399/+506 |
| * | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 3 | -3/+44 |
| * | Adding the puppet client version to the fact list as "clientversion" | luke | 2006-04-11 | 1 | -0/+3 |
| * | Adding the puppet client version to the fact list as "clientversion" | luke | 2006-04-11 | 2 | -2/+22 |
| * | Adding a "tag" metaparam | luke | 2006-04-11 | 2 | -0/+56 |
| * | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 10 | -57/+167 |
| * | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 3 | -0/+38 |
| * | Revamp the yumrepo type to deal with repositories defined anywhere in yum's | lutter | 2006-04-07 | 5 | -101/+500 |
| * | another small mount fix; this time, for stupid os x | luke | 2006-04-06 | 1 | -1/+2 |
| * | committing version changes | luke | 2006-04-06 | 2 | -2/+2 |
| * | Committing an important fix to mounts; since i am sure no one has downloaded ... | luke | 2006-04-06 | 2 | -0/+18 |
| * | updating changelog for 0.15.3; I need these exec fixes for my client | luke | 2006-04-06 | 1 | -0/+7 |
| * | Adding autoloading for types and service types, also. | luke | 2006-04-06 | 2 | -0/+27 |
| * | Okay, last one, hopefully. Modifying checks to support arrays. | luke | 2006-04-05 | 2 | -22/+83 |
| * | And, one more time. My test for the last bug did not actually retrieve, so i... | luke | 2006-04-05 | 2 | -3/+8 |
| * | Fixing checks so that they can run even if the set cwd does not exist | luke | 2006-04-05 | 2 | -8/+21 |
| * | adding a bit of debugging | luke | 2006-04-05 | 1 | -0/+1 |
| * | moving cwd existence check into "sync" instead of "validate" | luke | 2006-04-05 | 2 | -4/+41 |
| * | Fixing a small bug in type.rb that ignored false values (instead of nil value... | luke | 2006-04-05 | 4 | -11/+47 |
| * | removing patch from spec file | luke | 2006-04-05 | 2 | -4/+2 |
| * | updating changelog in preparation for 0.15.2 | luke | 2006-04-05 | 1 | -0/+7 |
| * | Adding darwinport type. | luke | 2006-04-05 | 3 | -26/+113 |
| * | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 7 | -63/+81 |
| * | fixing a couple small bugs in doc generation | luke | 2006-04-05 | 1 | -1/+6 |
| * | fixing Config#mkdir test to not check gid on any BSD, since they appear to ig... | luke | 2006-04-05 | 1 | -5/+16 |
| * | adding deprecation notice | luke | 2006-04-05 | 1 | -1/+2 |
| * | adding some docs | luke | 2006-04-05 | 1 | -0/+2 |
| * | renaming; i hate bsd | luke | 2006-04-05 | 1 | -0/+0 |
| * | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 3 | -955/+880 |
| * | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 2 | -26/+131 |
| * | removing the parser dir | luke | 2006-04-04 | 0 | -0/+0 |
| * | getting rid of the parser tree, and moving everything into the language dir | luke | 2006-04-04 | 3 | -0/+0 |
| * | loading yumrepo in the test, since it is not being loaded in the main code | luke | 2006-04-04 | 1 | -0/+1 |
| * | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 9 | -33/+37 |
| * | Disable yumrepo type since it won't work with the FC5 repo files | lutter | 2006-04-04 | 1 | -1/+2 |
| * | Fixing #108 | luke | 2006-04-04 | 1 | -5/+1 |
| * | adding -e ability to puppet executable | luke | 2006-04-04 | 8 | -57/+114 |
| * | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 5 | -362/+429 |
| * | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 7 | -10/+61 |
| * | Finally! We now have mount support in OS X. Ouch. | luke | 2006-04-04 | 3 | -27/+111 |
| * | Adding netinfo type and some tests | luke | 2006-04-03 | 3 | -160/+156 |
| * | eliminating some debugging, and removing a small redundancy bug in nameserver.rb | luke | 2006-04-03 | 3 | -11/+19 |
| * | Fixing authstore to use an array for ordering, rather than a hash, duh. | luke | 2006-04-03 | 1 | -4/+6 |
| * | Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it... | luke | 2006-04-03 | 4 | -7/+29 |
| * | changing ssldir perms to 771, so non-root users can write to subdirs if they ... | luke | 2006-04-03 | 1 | -1/+1 |
| * | Fixing a logging bug that apparently resulted from logging changes a while ago. | luke | 2006-04-03 | 1 | -2/+1 |
| * | Adding apple package support, but it is very limited -- packages can only be ... | luke | 2006-04-03 | 3 | -0/+67 |
| * | making a small change to the test, so failures are more informative | luke | 2006-04-02 | 1 | -1/+1 |
| * | Added a test for Type#remove, and fixed the method so it actually works. I wa... | luke | 2006-04-02 | 6 | -62/+114 |