Age | Commit message (Expand) | Author | Files | Lines |
2006-07-31 | fixing puppetdoc to add ordering info | luke | 1 | -0/+2 |
2006-07-21 | Fixing #200. I basically just moved the daemonize statement before most othe... | luke | 1 | -8/+9 |
2006-07-21 | Fixing puppetdoc's output | luke | 1 | -3/+4 |
2006-07-06 | More documentation updates. I think this is sufficient for replacement of th... | luke | 1 | -38/+45 |
2006-07-01 | More report and metrics manipulations. This should be the last of it. | luke | 1 | -0/+9 |
2006-06-29 | First commit of complete reporting support. The only existing report at this... | luke | 1 | -2/+19 |
2006-06-29 | changing the #!ruby lines to #!env ruby | luke | 7 | -192/+6 |
2006-06-27 | switching puts to print, so the carriage returns are always included in the m... | luke | 1 | -5/+5 |
2006-06-26 | Fixing some more small problems in puppetrun | luke | 1 | -4/+11 |
2006-06-26 | Adding more docs to puppetrun, and fixing bug that can cause hosts to get ski... | luke | 1 | -2/+8 |
2006-06-20 | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 1 | -2/+0 |
2006-06-19 | More documentation changes. | luke | 1 | -8/+8 |
2006-06-17 | updating some docs and puppetdoc in preparation for a move to webgen instead ... | luke | 1 | -17/+15 |
2006-06-14 | Fixing some logging issues with puppetmasterd when daemonized with verbose mo... | luke | 1 | -9/+24 |
2006-06-14 | Just logging host failures, not exiting | luke | 1 | -1/+1 |
2006-06-14 | Adding fqdn, an --all flag, and --test mode to puppetrun | luke | 1 | -9/+54 |
2006-06-14 | adding namespaceauth and --listen docs to puppetrun | luke | 1 | -1/+29 |
2006-06-13 | abstracting out ldap connections so that there is a single method responsible... | luke | 1 | -9/+1 |
2006-06-13 | adding ssl usage to puppetrun | luke | 1 | -1/+7 |
2006-06-13 | fixing parallelization to match the docs | luke | 1 | -1/+1 |
2006-06-13 | Correcting puppetrun docs and fixing a test so it works with older versions o... | luke | 1 | -2/+2 |
2006-06-13 | A round of bug-fixing in preparation for the next release. | luke | 1 | -0/+3 |
2006-06-08 | Applied patch from #153. | luke | 1 | -4/+5 |
2006-05-19 | slight ldap fixes in puppetrun | luke | 1 | -1/+4 |
2006-05-19 | First version of puppetrun. It seems to mostly work, but I need to test it w... | luke | 1 | -0/+298 |
2006-05-18 | Added the last of the tests for the runner, along with the necessary work in ... | luke | 1 | -18/+33 |
2006-05-18 | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2 | -51/+29 |
2006-05-10 | Updating doc system to add the list of valid values to the doc string, and tw... | luke | 1 | -2/+13 |
2006-05-02 | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 1 | -15/+18 |
2006-04-30 | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2 | -47/+102 |
2006-04-28 | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 1 | -35/+110 |
2006-04-26 | adding "clean" mode to puppetca | luke | 1 | -9/+20 |
2006-04-12 | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 1 | -2/+0 |
2006-04-11 | Adding doc generation for exe arguments | luke | 1 | -108/+160 |
2006-04-11 | Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure... | luke | 1 | -6/+24 |
2006-04-05 | fixing a couple small bugs in doc generation | luke | 1 | -1/+6 |
2006-04-04 | adding -e ability to puppet executable | luke | 1 | -12/+14 |
2006-03-12 | Fixing #98. Filebuckets now work throughout the system, and the puppetmaster... | luke | 1 | -3/+3 |
2006-03-02 | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 1 | -2/+9 |
2006-02-24 | Adding TERM to the signals being trapped | luke | 3 | -7/+27 |
2006-02-24 | removing the initial syslog dest setting | luke | 1 | -1/+1 |
2006-02-23 | Adding a bit more logging | luke | 1 | -0/+1 |
2006-02-21 | Enable passing --parseonly from the command line | lutter | 1 | -2/+1 |
2006-02-14 | Adding --enable/--disable locking for puppetd. You can now disable puppetd f... | luke | 1 | -0/+34 |
2006-02-13 | Adding --loadclasses option to puppet | luke | 1 | -0/+29 |
2006-02-09 | Change in how logging is defaulted: by default logs go to :syslog, unless the... | lutter | 2 | -4/+1 |
2006-02-08 | wrapping all work in a single rescue clause | luke | 1 | -18/+7 |
2006-02-07 | There is now full support for configuration files, and the entire system has ... | luke | 4 | -269/+148 |
2006-01-30 | Fixing waitforcert so that the client can actually add the certs once it rece... | luke | 1 | -0/+8 |
2006-01-24 | Fixing some logging issues | luke | 2 | -4/+21 |