summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding apple package support, but it is very limited -- packages can only be ...luke2006-04-031-0/+38
* 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-022-17/+39
* adding mkdir equivalent of Config#writeluke2006-04-021-0/+30
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-022-0/+39
* fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to...luke2006-04-011-0/+1
* renaming filesystem to mountluke2006-04-011-50/+50
* Adding filesystem support, and modifying parsedtypes a bit to fix a bug where...luke2006-04-012-0/+265
* Accept a single file as a test to run in addition to a directorylutter2006-03-311-15/+17
* New yumrepo type for basic management of the yum configuration oflutter2006-03-313-0/+93
* Adding os x group management supportluke2006-03-221-0/+1
* Committing support for group membership management. Currently only works on ...luke2006-03-221-0/+108
* commiting package test fix that i thought i committed ages agoluke2006-03-221-0/+2
* Fixing #100. I just added a bit of a hack to configuration parsing -- if a g...luke2006-03-151-0/+21
* Fixing service enable/disable on solaris 10, and fixing some problems with th...luke2006-03-141-2/+4
* fixing small bug in the test code when there are no packages to testluke2006-03-131-1/+2
* Adding upgrade ability to sun packages. Currently it removes the old package...luke2006-03-131-28/+40
* adding some extra info to the ldap testluke2006-03-131-2/+7
* Fixing fileserver tests; apparently they were still broken from when i change...luke2006-03-121-28/+28
* Fixing small bug in symlink recursionluke2006-03-121-1/+2
* Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same...luke2006-03-121-0/+33
* Fixing #98. Filebuckets now work throughout the system, and the puppetmaster...luke2006-03-121-14/+3
* Fixing rpms so they will automatically upgrade when you point Puppet to a new...luke2006-03-121-0/+50
* fixing broken test from my previous changeluke2006-03-111-1/+1
* Fixing #82. You can now specify comma-separated tags to get run in puppet or...luke2006-03-111-1/+67
* Using undefined variables is no longer an exception, it just returns an empty...luke2006-03-111-2/+4
* There was a critical design flaw in the link recursion work I did previously,...luke2006-03-101-0/+5
* Merging symlinks back into files. Symlinks still exist but with a warning ab...luke2006-03-104-5/+149
* Parameters and states can now register regexes as allowed values. Also, ther...luke2006-03-093-0/+225
* Fixing #95. I had to redesign how events were triggered; the transaction now...luke2006-03-091-0/+51
* Creating a single, constistent method for writing files, instead of having :e...luke2006-03-091-0/+19
* Fixing #96. Defaults are now set when the object is passed out by the scope,...luke2006-03-092-0/+67
* Committing the last changes, for now, to handling links. You still cannot co...luke2006-03-064-42/+121
* Adding "links" parameter to files, and adding support for following or ignori...luke2006-03-041-1/+113
* Fixing logging in the fileserver so it is always obvious where the logs are o...luke2006-03-031-1/+1