| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | adding mkdir equivalent of Config#write | luke | 2006-04-02 | 2 | -0/+47 |
* | Adding a "write" method to config objects, so that files can be easily writte... | luke | 2006-04-02 | 3 | -1/+66 |
* | fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to... | luke | 2006-04-01 | 3 | -0/+6 |
* | renaming filesystem to mount | luke | 2006-04-01 | 2 | -66/+66 |
* | Adding filesystem support, and modifying parsedtypes a bit to fix a bug where... | luke | 2006-04-01 | 5 | -34/+487 |
* | Manifests can now specify node names with fully qualified domain names, too. | lutter | 2006-03-31 | 5 | -294/+381 |
* | Accept a single file as a test to run in addition to a directory | lutter | 2006-03-31 | 1 | -15/+17 |
* | Remove unused should method; add more yum parameters to the type | lutter | 2006-03-31 | 1 | -5/+62 |
* | Disbale running puppetmaster as puppet until we've sorted out which files | lutter | 2006-03-31 | 2 | -0/+43 |
* | New yumrepo type for basic management of the yum configuration of | lutter | 2006-03-31 | 5 | -1/+299 |
* | Adding os x group management support | luke | 2006-03-22 | 3 | -2/+94 |
* | Committing support for group membership management. Currently only works on ... | luke | 2006-03-22 | 6 | -2/+193 |
* | commiting package test fix that i thought i committed ages ago | luke | 2006-03-22 | 1 | -0/+2 |
* | Simplified as yum install can be used for both install and update | lutter | 2006-03-16 | 1 | -23/+3 |