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