Age | Commit message (Expand) | Author | Files | Lines |
2006-07-31 | Fixing the master server so that it always uses the Facter hostname, not the ... | luke | 1 | -0/+39 |
2006-07-22 | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 3 | -4/+8 |
2006-07-21 | First round of bugfixes in preparation for 0.18.4 | luke | 4 | -6/+8 |
2006-07-21 | Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l... | luke | 1 | -0/+110 |
2006-07-21 | Adding timeout functionality to the ParsedFile class, in preparation to addin... | luke | 2 | -1/+31 |
2006-07-21 | Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ... | luke | 2 | -0/+55 |
2006-07-21 | Fixing #201; users now autorequire extra groups | luke | 1 | -22/+27 |
2006-07-18 | Fixing #191. I was only testing for parsed cron instances, not for created o... | luke | 1 | -0/+36 |
2006-07-18 | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 1 | -15/+41 |
2006-07-18 | Adding a unit test for plain "nodesearch" | luke | 1 | -0/+37 |
2006-07-11 | Fixing filebucket server so that paths are not added multiple times | luke | 1 | -3/+24 |
2006-07-11 | Adding tests for previous config bugfixes, and updating changelog | luke | 1 | -0/+48 |
2006-07-11 | Fixing reports so that multiple host report directories can be created. Ther... | luke | 1 | -0/+16 |
2006-07-05 | Accepting the patch from #190. | luke | 1 | -6/+2 |
2006-07-04 | Redoing reporting a bit, so that reports are now defined as methods. If they... | luke | 2 | -6/+7 |
2006-07-04 | fixing some smallish bugs in preparation for 0.18.2 | luke | 4 | -8/+17 |
2006-07-04 | Adding blastwave packaging, and doing some fixes on gem and sun packaging | luke | 1 | -13/+61 |
2006-07-03 | Some updates resulting from trying to track down a segfault introduced when I... | luke | 3 | -5/+12 |
2006-07-03 | Adding Ruby Gem support to packaging | luke | 1 | -0/+80 |
2006-07-03 | Adding minimal update checking for templates. It will only check the templat... | luke | 1 | -0/+46 |
2006-06-30 | Significantly redoing metrics. There are now no class variables for metrics,... | luke | 3 | -25/+67 |
2006-06-30 | committing tests for previous changes | luke | 3 | -4/+81 |
2006-06-30 | Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposi... | luke | 1 | -0/+48 |
2006-06-30 | Fix a small bug in mount where parsing fails if dump and pass are missing (th... | lutter | 5 | -0/+56 |
2006-06-30 | Moving the template handling into a simple wrapper object so templates don't ... | luke | 1 | -0/+26 |
2006-06-29 | adding some tests for the template function | luke | 2 | -1/+83 |
2006-06-29 | First commit of complete reporting support. The only existing report at this... | luke | 1 | -1/+1 |
2006-06-29 | Adding reporting client, server, and tests. At this point, the server just s... | luke | 1 | -0/+74 |
2006-06-29 | Adding report collection to both statechange and transaction. | luke | 1 | -0/+29 |
2006-06-28 | For each type, adding a "new<type>" method to Puppet::Type, so instead of typ... | luke | 1 | -0/+47 |
2006-06-28 | Cleaning up plugin handling a bit -- they can now be colon-separated paths, a... | luke | 3 | -2/+61 |
2006-06-28 | Fixing zone tests | luke | 1 | -3/+4 |
2006-06-28 | Fixing backgrounding in puppetrun; I had the bit flipped between the client a... | luke | 1 | -12/+12 |
2006-06-27 | Making sure fail function converts everything to strings | luke | 1 | -1/+2 |
2006-06-27 | Adding "fail" function, which will raise a ParseError if it is encountered. | luke | 1 | -0/+19 |
2006-06-27 | Adding support for special freebsd @schedule crap. Also making sure that cro... | luke | 2 | -11/+41 |
2006-06-27 | Largely refactored how log destinations are handled, although it is not expos... | luke | 2 | -30/+42 |
2006-06-26 | Adding a "latest" test for rpms, since I have been told this is not working. ... | luke | 1 | -0/+18 |
2006-06-26 | Adding HUP and USR1 hooks | luke | 1 | -1/+2 |
2006-06-20 | Fixing #178. I just added URI escaping and unescaping to file names. | luke | 1 | -0/+17 |
2006-06-20 | Fixing #175. The setpidfile setting was being ignored. | luke | 1 | -0/+27 |
2006-06-20 | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 1 | -0/+43 |
2006-06-20 | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 3 | -10/+42 |
2006-06-20 | Fixing broken symlink behaviour mentioned on the list | luke | 1 | -0/+25 |
2006-06-20 | Adding plugins and plugin management. The Master Client will now automatical... | luke | 1 | -0/+64 |
2006-06-15 | Test that setting a state to 'absent' really deletes it from the config | lutter | 1 | -0/+15 |
2006-06-15 | Adding test and fix for empty execs being ignored | luke | 1 | -0/+2 |
2006-06-15 | fixing interpreter to initialize ldap in the nodesearch_ldap method, which re... | luke | 1 | -0/+5 |
2006-06-14 | fixing transaction tests to just warn when the user is not in more than one g... | luke | 1 | -0/+9 |
2006-06-13 | Adding fixes for solaris zones | luke | 2 | -14/+14 |