| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 1 | -0/+6 |
| * | Adding a "tag" metaparam | luke | 2006-04-11 | 1 | -0/+23 |
| * | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 8 | -57/+138 |
| * | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+2 |
| * | Revamp the yumrepo type to deal with repositories defined anywhere in yum's | lutter | 2006-04-07 | 3 | -81/+333 |
| * | another small mount fix; this time, for stupid os x | luke | 2006-04-06 | 1 | -1/+2 |
| * | committing version changes | luke | 2006-04-06 | 1 | -1/+1 |
| * | Committing an important fix to mounts; since i am sure no one has downloaded ... | luke | 2006-04-06 | 1 | -0/+9 |
| * | 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 | 1 | -22/+42 |
| * | And, one more time. My test for the last bug did not actually retrieve, so i... | luke | 2006-04-05 | 1 | -3/+7 |
| * | Fixing checks so that they can run even if the set cwd does not exist | luke | 2006-04-05 | 1 | -8/+16 |
| * | 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 | 1 | -4/+7 |
| * | Fixing a small bug in type.rb that ignored false values (instead of nil value... | luke | 2006-04-05 | 3 | -11/+30 |
| * | removing patch from spec file | luke | 2006-04-05 | 1 | -1/+1 |
| * | Adding darwinport type. | luke | 2006-04-05 | 2 | -12/+99 |
| * | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 3 | -57/+75 |
| * | 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 a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 1 | -2/+2 |
| * | 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 | 5 | -41/+69 |
| * | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 4 | -362/+345 |
| * | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 5 | -10/+21 |
| * | Finally! We now have mount support in OS X. Ouch. | luke | 2006-04-04 | 2 | -11/+85 |
| * | Adding netinfo type and some tests | luke | 2006-04-03 | 1 | -0/+60 |
| * | 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 | 2 | -5/+18 |
| * | 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 | 2 | -0/+29 |
| * | Added a test for Type#remove, and fixed the method so it actually works. I wa... | luke | 2006-04-02 | 4 | -45/+75 |
| * | adding mkdir equivalent of Config#write | luke | 2006-04-02 | 1 | -0/+17 |
| * | Adding a "write" method to config objects, so that files can be easily writte... | luke | 2006-04-02 | 1 | -1/+27 |
| * | fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to... | luke | 2006-04-01 | 2 | -0/+5 |
| * | renaming filesystem to mount | luke | 2006-04-01 | 1 | -16/+16 |
| * | Adding filesystem support, and modifying parsedtypes a bit to fix a bug where... | luke | 2006-04-01 | 3 | -34/+222 |
| * | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 5 | -294/+381 |
| * | Remove unused should method; add more yum parameters to the type | lutter | 2006-03-31 | 1 | -5/+62 |
| * | New yumrepo type for basic management of the yum configuration of | lutter | 2006-03-31 | 2 | -1/+206 |
| * | Adding os x group management support | luke | 2006-03-22 | 2 | -2/+93 |
| * | Committing support for group membership management. Currently only works on ... | luke | 2006-03-22 | 4 | -1/+84 |
| * | Simplified as yum install can be used for both install and update | lutter | 2006-03-16 | 1 | -23/+3 |
| * | Fixing #100. I just added a bit of a hack to configuration parsing -- if a g... | luke | 2006-03-15 | 1 | -0/+8 |