| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | moving cwd existence check into "sync" instead of "validate" | luke | 2006-04-05 | 1 | -0/+34 |
| * | Fixing a small bug in type.rb that ignored false values (instead of nil value... | luke | 2006-04-05 | 1 | -0/+17 |
| * | Adding darwinport type. | luke | 2006-04-05 | 1 | -14/+14 |
| * | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 3 | -6/+4 |
| * | fixing Config#mkdir test to not check gid on any BSD, since they appear to ig... | luke | 2006-04-05 | 1 | -5/+16 |
| * | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 2 | -26/+131 |
| * | 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 | 8 | -31/+35 |
| * | adding -e ability to puppet executable | luke | 2006-04-04 | 1 | -3/+30 |
| * | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -0/+84 |
| * | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 2 | -0/+40 |
| * | Finally! We now have mount support in OS X. Ouch. | luke | 2006-04-04 | 1 | -16/+26 |
| * | Adding netinfo type and some tests | luke | 2006-04-03 | 2 | -160/+96 |
| * | Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it... | luke | 2006-04-03 | 2 | -2/+11 |
| * | Adding apple package support, but it is very limited -- packages can only be ... | luke | 2006-04-03 | 1 | -0/+38 |
| * | 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 | 2 | -17/+39 |
| * | adding mkdir equivalent of Config#write | luke | 2006-04-02 | 1 | -0/+30 |
| * | Adding a "write" method to config objects, so that files can be easily writte... | luke | 2006-04-02 | 2 | -0/+39 |
| * | fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to... | luke | 2006-04-01 | 1 | -0/+1 |
| * | renaming filesystem to mount | luke | 2006-04-01 | 1 | -50/+50 |
| * | Adding filesystem support, and modifying parsedtypes a bit to fix a bug where... | luke | 2006-04-01 | 2 | -0/+265 |
| * | Accept a single file as a test to run in addition to a directory | lutter | 2006-03-31 | 1 | -15/+17 |
| * | New yumrepo type for basic management of the yum configuration of | lutter | 2006-03-31 | 3 | -0/+93 |
| * | Adding os x group management support | luke | 2006-03-22 | 1 | -0/+1 |
| * | Committing support for group membership management. Currently only works on ... | luke | 2006-03-22 | 1 | -0/+108 |
| * | commiting package test fix that i thought i committed ages ago | luke | 2006-03-22 | 1 | -0/+2 |
| * | Fixing #100. I just added a bit of a hack to configuration parsing -- if a g... | luke | 2006-03-15 | 1 | -0/+21 |
| * | Fixing service enable/disable on solaris 10, and fixing some problems with th... | luke | 2006-03-14 | 1 | -2/+4 |
| * | fixing small bug in the test code when there are no packages to test | luke | 2006-03-13 | 1 | -1/+2 |
| * | Adding upgrade ability to sun packages. Currently it removes the old package... | luke | 2006-03-13 | 1 | -28/+40 |
| * | adding some extra info to the ldap test | luke | 2006-03-13 | 1 | -2/+7 |
| * | Fixing fileserver tests; apparently they were still broken from when i change... | luke | 2006-03-12 | 1 | -28/+28 |
| * | Fixing small bug in symlink recursion | luke | 2006-03-12 | 1 | -1/+2 |
| * | Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same... | luke | 2006-03-12 | 1 | -0/+33 |
| * | Fixing #98. Filebuckets now work throughout the system, and the puppetmaster... | luke | 2006-03-12 | 1 | -14/+3 |
| * | Fixing rpms so they will automatically upgrade when you point Puppet to a new... | luke | 2006-03-12 | 1 | -0/+50 |
| * | fixing broken test from my previous change | luke | 2006-03-11 | 1 | -1/+1 |
| * | Fixing #82. You can now specify comma-separated tags to get run in puppet or... | luke | 2006-03-11 | 1 | -1/+67 |
| * | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 1 | -2/+4 |
| * | There was a critical design flaw in the link recursion work I did previously,... | luke | 2006-03-10 | 1 | -0/+5 |
| * | Merging symlinks back into files. Symlinks still exist but with a warning ab... | luke | 2006-03-10 | 4 | -5/+149 |
| * | Parameters and states can now register regexes as allowed values. Also, ther... | luke | 2006-03-09 | 3 | -0/+225 |
| * | Fixing #95. I had to redesign how events were triggered; the transaction now... | luke | 2006-03-09 | 1 | -0/+51 |
| * | Creating a single, constistent method for writing files, instead of having :e... | luke | 2006-03-09 | 1 | -0/+19 |
| * | Fixing #96. Defaults are now set when the object is passed out by the scope,... | luke | 2006-03-09 | 2 | -0/+67 |
| * | Committing the last changes, for now, to handling links. You still cannot co... | luke | 2006-03-06 | 4 | -42/+121 |
| * | Adding "links" parameter to files, and adding support for following or ignori... | luke | 2006-03-04 | 1 | -1/+113 |
| * | Fixing logging in the fileserver so it is always obvious where the logs are o... | luke | 2006-03-03 | 1 | -1/+1 |