| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding a unit test for plain "nodesearch" | luke | 2006-07-18 | 1 | -0/+37 |
* | Fixing filebucket server so that paths are not added multiple times | luke | 2006-07-11 | 1 | -3/+24 |
* | Adding tests for previous config bugfixes, and updating changelog | luke | 2006-07-11 | 1 | -0/+48 |
* | Fixing reports so that multiple host report directories can be created. Ther... | luke | 2006-07-11 | 1 | -0/+16 |
* | Accepting the patch from #190. | luke | 2006-07-05 | 1 | -6/+2 |
* | Redoing reporting a bit, so that reports are now defined as methods. If they... | luke | 2006-07-04 | 2 | -6/+7 |
* | fixing some smallish bugs in preparation for 0.18.2 | luke | 2006-07-04 | 4 | -8/+17 |
* | Adding blastwave packaging, and doing some fixes on gem and sun packaging | luke | 2006-07-04 | 1 | -13/+61 |
* | Some updates resulting from trying to track down a segfault introduced when I... | luke | 2006-07-03 | 3 | -5/+12 |
* | Adding Ruby Gem support to packaging | luke | 2006-07-03 | 1 | -0/+80 |
* | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 1 | -0/+46 |
* | Significantly redoing metrics. There are now no class variables for metrics,... | luke | 2006-06-30 | 3 | -25/+67 |
* | committing tests for previous changes | luke | 2006-06-30 | 3 | -4/+81 |
* | Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposi... | luke | 2006-06-30 | 1 | -0/+48 |
* | Fix a small bug in mount where parsing fails if dump and pass are missing (th... | lutter | 2006-06-30 | 5 | -0/+56 |
* | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 1 | -0/+26 |
* | adding some tests for the template function | luke | 2006-06-29 | 2 | -1/+83 |
* | First commit of complete reporting support. The only existing report at this... | luke | 2006-06-29 | 1 | -1/+1 |
* | Adding reporting client, server, and tests. At this point, the server just s... | luke | 2006-06-29 | 1 | -0/+74 |
* | Adding report collection to both statechange and transaction. | luke | 2006-06-29 | 1 | -0/+29 |
* | For each type, adding a "new<type>" method to Puppet::Type, so instead of typ... | luke | 2006-06-28 | 1 | -0/+47 |
* | Cleaning up plugin handling a bit -- they can now be colon-separated paths, a... | luke | 2006-06-28 | 3 | -2/+61 |
* | Fixing zone tests | luke | 2006-06-28 | 1 | -3/+4 |
* | Fixing backgrounding in puppetrun; I had the bit flipped between the client a... | luke | 2006-06-28 | 1 | -12/+12 |
* | Making sure fail function converts everything to strings | luke | 2006-06-27 | 1 | -1/+2 |
* | Adding "fail" function, which will raise a ParseError if it is encountered. | luke | 2006-06-27 | 1 | -0/+19 |
* | Adding support for special freebsd @schedule crap. Also making sure that cro... | luke | 2006-06-27 | 2 | -11/+41 |
* | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 2 | -30/+42 |
* | Adding a "latest" test for rpms, since I have been told this is not working. ... | luke | 2006-06-26 | 1 | -0/+18 |
* | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -1/+2 |
* | Fixing #178. I just added URI escaping and unescaping to file names. | luke | 2006-06-20 | 1 | -0/+17 |
* | Fixing #175. The setpidfile setting was being ignored. | luke | 2006-06-20 | 1 | -0/+27 |
* | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -0/+43 |
* | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 3 | -10/+42 |
* | Fixing broken symlink behaviour mentioned on the list | luke | 2006-06-20 | 1 | -0/+25 |
* | Adding plugins and plugin management. The Master Client will now automatical... | luke | 2006-06-20 | 1 | -0/+64 |
* | Test that setting a state to 'absent' really deletes it from the config | lutter | 2006-06-15 | 1 | -0/+15 |
* | Adding test and fix for empty execs being ignored | luke | 2006-06-15 | 1 | -0/+2 |
* | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 2006-06-15 | 1 | -0/+5 |
* | fixing transaction tests to just warn when the user is not in more than one g... | luke | 2006-06-14 | 1 | -0/+9 |
* | Adding fixes for solaris zones | luke | 2006-06-13 | 2 | -14/+14 |
* | Fixing #173. At this point, I am just calling both "--add" and "on", or "--d... | luke | 2006-06-13 | 1 | -0/+4 |
* | Fixing packaging to deal with the fact that yum exits with 0 exit code even w... | luke | 2006-06-13 | 1 | -2/+3 |
* | Correcting puppetrun docs and fixing a test so it works with older versions o... | luke | 2006-06-13 | 1 | -1/+1 |
* | Adding support for default nodes as requested in #136. | luke | 2006-06-13 | 2 | -1/+59 |
* | Fixing #169. Tags are ignored during config. | luke | 2006-06-13 | 1 | -0/+21 |
* | Fixing the main bug reported on the list today relating to file sourcing trun... | luke | 2006-06-13 | 1 | -0/+63 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 8 | -9/+33 |
* | adding nothing test to zone tests | luke | 2006-06-12 | 1 | -3/+6 |
* | Fixing ldap node lookup. The test was set up badly, in that it did not actua... | luke | 2006-06-12 | 1 | -6/+2 |