| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | updating changelog for 0.15.1 | luke | 2006-03-15 | 1 | -0/+4 |
| * | Fixing #100. I just added a bit of a hack to configuration parsing -- if a g... | luke | 2006-03-15 | 2 | -0/+29 |
| * | Using differents commands with yum depending on whether the package is curren... | luke | 2006-03-15 | 1 | -1/+11 |
| * | Removing ruby as a dependency, since too many packaging systems will have ins... | luke | 2006-03-14 | 1 | -1/+0 |
| * | Fixing service enable/disable on solaris 10, and fixing some problems with th... | luke | 2006-03-14 | 4 | -29/+35 |
| * | Converted everything over for Puppet. The Rakefile is, um, a *lot* shorter. :) | luke | 2006-03-14 | 1 | -464/+37 |
| * | This version appears to work well with epm stuff | luke | 2006-03-14 | 1 | -4/+7 |
| * | removing dos EOL chars | luke | 2006-03-14 | 1 | -303/+303 |
| * | Minor changes from Fedora Extras review | lutter | 2006-03-14 | 1 | -1/+10 |
| * | Don't mark puppetmaster for start by default; makes rpmlint happier | lutter | 2006-03-14 | 1 | -1/+1 |
| * | Add little snippet on passing an additional option during system boot, but le... | lutter | 2006-03-14 | 1 | -0/+5 |
| * | adding sbin directory | luke | 2006-03-14 | 1 | -36/+33 |
| * | Committing the EPM support. I am in the process of moving this to a common l... | luke | 2006-03-13 | 1 | -0/+12 |
| * | Adding EPM package building. | luke | 2006-03-13 | 2 | -5/+58 |
| * | Updated to version 0.15.0 | luke | 2006-03-13 | 2 | -2/+2 |
| * | Updating changelog for 0.15.0. | luke | 2006-03-13 | 1 | -4/+17 |
| * | 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 | 2 | -63/+92 |
| * | Changing the way the hosttest output is handled | luke | 2006-03-13 | 1 | -4/+1 |
| * | 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 | 2 | -3/+3 |
| * | Fixing #94. When "ensure" is synced, it syncs the "enable" state at the same... | luke | 2006-03-12 | 3 | -51/+40 |
| * | Ooops, did not save the docs before committing. | luke | 2006-03-12 | 1 | -1/+28 |
| * | Fixing #98. Filebuckets now work throughout the system, and the puppetmaster... | luke | 2006-03-12 | 7 | -41/+76 |
| * | reducing the log level for checksum warning about symlinks, really this time | luke | 2006-03-12 | 1 | -1/+1 |
| * | reducing the log level for checksum warning about symlinks | luke | 2006-03-12 | 1 | -1/+1 |
| * | Adding enhancement #92. Unfortunately, I was not able to write test code to ... | luke | 2006-03-12 | 1 | -3/+19 |
| * | Fixing bug related to recursion testing | luke | 2006-03-12 | 1 | -1/+3 |
| * | Fixing rpms so they will automatically upgrade when you point Puppet to a new... | luke | 2006-03-12 | 4 | -27/+93 |
| * | 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 | 4 | -4/+118 |
| * | Supporting rpm installs when a package source is specified | luke | 2006-03-11 | 1 | -5/+12 |
| * | Using undefined variables is no longer an exception, it just returns an empty... | luke | 2006-03-11 | 2 | -6/+9 |
| * | Fixing small bug when autorequire returns an object instead of a string | luke | 2006-03-10 | 1 | -0/+5 |
| * | There was a critical design flaw in the link recursion work I did previously,... | luke | 2006-03-10 | 5 | -54/+136 |