summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Okay, last one, hopefully. Modifying checks to support arrays.luke2006-04-052-22/+83
* And, one more time. My test for the last bug did not actually retrieve, so i...luke2006-04-052-3/+8
* Fixing checks so that they can run even if the set cwd does not existluke2006-04-052-8/+21
* adding a bit of debuggingluke2006-04-051-0/+1
* moving cwd existence check into "sync" instead of "validate"luke2006-04-052-4/+41
* Fixing a small bug in type.rb that ignored false values (instead of nil value...luke2006-04-054-11/+47
* removing patch from spec fileluke2006-04-052-4/+2
* updating changelog in preparation for 0.15.2luke2006-04-051-0/+7
* Adding darwinport type.luke2006-04-053-26/+113
* differentiating openbsd from freebsd, adding freebsd, and autoloading package...luke2006-04-057-63/+81
* fixing a couple small bugs in doc generationluke2006-04-051-1/+6
* fixing Config#mkdir test to not check gid on any BSD, since they appear to ig...luke2006-04-051-5/+16
* adding deprecation noticeluke2006-04-051-1/+2
* adding some docsluke2006-04-051-0/+2
* renaming; i hate bsdluke2006-04-051-0/+0
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-053-955/+880
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-052-26/+131
* removing the parser dirluke2006-04-040-0/+0
* 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-049-33/+37
* Disable yumrepo type since it won't work with the FC5 repo fileslutter2006-04-041-1/+2
* Fixing #108luke2006-04-041-5/+1
* adding -e ability to puppet executableluke2006-04-048-57/+114
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-045-362/+429
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-047-10/+61
* Finally! We now have mount support in OS X. Ouch.luke2006-04-043-27/+111
* Adding netinfo type and some testsluke2006-04-033-160/+156
* eliminating some debugging, and removing a small redundancy bug in nameserver.rbluke2006-04-033-11/+19
* Fixing authstore to use an array for ordering, rather than a hash, duh.luke2006-04-031-4/+6
* Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it...luke2006-04-034-7/+29
* changing ssldir perms to 771, so non-root users can write to subdirs if they ...luke2006-04-031-1/+1
* Fixing a logging bug that apparently resulted from logging changes a while ago.luke2006-04-031-2/+1
* Adding apple package support, but it is very limited -- packages can only be ...luke2006-04-033-0/+67
* making a small change to the test, so failures are more informativeluke2006-04-021-1/+1
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-026-62/+114
* adding mkdir equivalent of Config#writeluke2006-04-022-0/+47
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-023-1/+66
* fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to...luke2006-04-013-0/+6
* renaming filesystem to mountluke2006-04-012-66/+66
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-015-34/+487
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-315-294/+381
* Accept a single file as a test to run in addition to a directorylutter2006-03-311-15/+17
* Remove unused should method; add more yum parameters to the typelutter2006-03-311-5/+62
* Disbale running puppetmaster as puppet until we've sorted out which fileslutter2006-03-312-0/+43
* New yumrepo type for basic management of the yum configuration oflutter2006-03-315-1/+299
* Adding os x group management supportluke2006-03-223-2/+94
* Committing support for group membership management. Currently only works on ...luke2006-03-226-2/+193
* commiting package test fix that i thought i committed ages agoluke2006-03-221-0/+2
* Simplified as yum install can be used for both install and updatelutter2006-03-161-23/+3