summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2007-03-22Fixing the "readcert" method after getting the signed cert; the method got re...luke1-1/+1
2007-03-19Don't clobber an explicitly given waitforcertlutter1-1/+3
2007-03-19Adding the "ralsh" executable (formerly known as x2puppet).luke1-0/+149
2007-03-19Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke1-4/+4
2007-03-19Adding provider features. Woot!luke1-19/+30
2007-03-18Fixing #533 -- puppetd now exits in onetime mode.luke1-1/+3
2007-03-08Putting the final touches on #144, most of which I had provided in the mongre...luke1-1/+5
2007-03-06Merging the webserver_portability branch from version 2182 to version 2258.luke5-43/+42
2007-02-28Adding "ignorecache" option to always force a recompile of the configurationluke1-1/+2
2007-02-08Moving all of the client and server code into a single network/ directory. I...luke5-18/+18
2007-02-07Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke5-27/+27
2007-01-30Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke1-1/+5
2007-01-30Not creating the listening server at all if --onetime is enabled.luke1-5/+3
2007-01-30Moving the switch that disables the certificate authority into the main libra...luke1-4/+5
2007-01-29Fixing the warning message related to namespaceauth.confluke1-1/+1
2007-01-22updating docs with new location for reference infoluke5-5/+10
2007-01-05Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke1-1/+1
2007-01-04Using Puppet.settraps in puppet executable, instead of old ad-hoc code.luke1-10/+1
2007-01-03Simple script to produce type infolutter1-0/+235
2006-12-29Adding carriage returns to output of puppetrunluke1-3/+3
2006-12-27Fixing #353. It was as simple as exiting with a different error code dependi...luke1-1/+11
2006-12-27Closing #362. Case-insensitivity is handled by downcasing all host names.luke1-11/+12
2006-12-19Fixing #385. Puppetca correctly exits with non-zero exit code if there are n...luke1-1/+5
2006-12-06adding note about --no-clientluke1-0/+5
2006-11-16Fixing #347 (I hope). Doing a provisional require of rubygems.luke1-0/+7
2006-11-16Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat...luke5-5/+5
2006-11-13Removing the caveat so that the log message is always provided during a run.luke1-1/+1
2006-11-13Applying patch from #335luke1-0/+1
2006-11-09Fixing #326 -- parseonly now just creates a simple Master without opening a portluke1-5/+13
2006-11-09Slightly more doc updatesluke1-105/+0
2006-11-09Small fixes here and there. The rails changes needs to be pushed through the...luke1-1/+1
2006-11-09Refactoring the doc generator a bigluke1-32/+17
2006-11-08Merging the code over from the oscar branch. I will now be doing all develop...luke6-73/+6
2006-10-18Another round of bugfixing, including finding out that the tagmail report was...luke1-1/+1
2006-10-12New documentation hierarchy.ajax1-2/+2
2006-10-10Catching missing ldap correctly in puppetrunluke1-1/+1
2006-10-09Fixing #301 -- s/logfile/logdest/gluke1-4/+8
2006-10-05Documented signals the puppet daemons acceptajax1-2/+18
2006-09-25Expanded documentation of command-line arguments for the puppet executables. ...ajax1-12/+10
2006-09-25Expanded documentation of command-line arguments for the puppet executables.ajax1-1/+60
2006-09-21Adding an Autoload instance to Type.rb so that I can load all known types for...luke1-0/+5
2006-09-21Fixing #245, opened by marthag.luke1-3/+3
2006-09-21Fixing #288.luke1-1/+1
2006-09-19Fix trac #282 (Change URL to configref, mention --genconfig)lutter4-6/+18
2006-09-19Fixing #280; added a warning and exiting if no hosts are specified to cleanluke1-0/+4
2006-09-18Better documentation around certificate revocation and mgmtlutter1-2/+5
2006-09-15Specifically rescuing Exception, since apparently the default does not rescue...luke6-6/+6
2006-09-14Catching all errors encountered during loading, not just LoadError, to fix on...luke6-7/+7
2006-09-14Let puppetd listen (when given --listen) without a CRLlutter1-0/+7
2006-09-14Brute force fix for trac #266lutter1-1/+5