summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* Finalizing the filebucket client, with test code.luke2007-03-241-7/+45
* Adding filebucket client appluke2007-03-241-0/+176
* Fixing the "readcert" method after getting the signed cert; the method got re...luke2007-03-221-1/+1
* Don't clobber an explicitly given waitforcertlutter2007-03-191-1/+3
* Adding the "ralsh" executable (formerly known as x2puppet).luke2007-03-191-0/+149
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-191-4/+4
* Adding provider features. Woot!luke2007-03-191-19/+30
* Fixing #533 -- puppetd now exits in onetime mode.luke2007-03-181-1/+3
* Putting the final touches on #144, most of which I had provided in the mongre...luke2007-03-081-1/+5
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-065-43/+42
* Adding "ignorecache" option to always force a recompile of the configurationluke2007-02-281-1/+2
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-085-18/+18
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-075-27/+27
* Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke2007-01-301-1/+5
* Not creating the listening server at all if --onetime is enabled.luke2007-01-301-5/+3
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-301-4/+5
* Fixing the warning message related to namespaceauth.confluke2007-01-291-1/+1
* updating docs with new location for reference infoluke2007-01-225-5/+10
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+1
* Using Puppet.settraps in puppet executable, instead of old ad-hoc code.luke2007-01-041-10/+1
* Simple script to produce type infolutter2007-01-031-0/+235
* Adding carriage returns to output of puppetrunluke2006-12-291-3/+3
* Fixing #353. It was as simple as exiting with a different error code dependi...luke2006-12-271-1/+11
* Closing #362. Case-insensitivity is handled by downcasing all host names.luke2006-12-271-11/+12
* Fixing #385. Puppetca correctly exits with non-zero exit code if there are n...luke2006-12-191-1/+5
* adding note about --no-clientluke2006-12-061-0/+5
* Fixing #347 (I hope). Doing a provisional require of rubygems.luke2006-11-161-0/+7
* Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat...luke2006-11-165-5/+5
* Removing the caveat so that the log message is always provided during a run.luke2006-11-131-1/+1
* Applying patch from #335luke2006-11-131-0/+1
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-091-5/+13
* Slightly more doc updatesluke2006-11-091-105/+0
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-1/+1
* Refactoring the doc generator a bigluke2006-11-091-32/+17
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-086-73/+6
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-181-1/+1
* New documentation hierarchy.ajax2006-10-121-2/+2
* Catching missing ldap correctly in puppetrunluke2006-10-101-1/+1
* Fixing #301 -- s/logfile/logdest/gluke2006-10-091-4/+8
* Documented signals the puppet daemons acceptajax2006-10-051-2/+18
* Expanded documentation of command-line arguments for the puppet executables. ...ajax2006-09-251-12/+10
* Expanded documentation of command-line arguments for the puppet executables.ajax2006-09-251-1/+60
* Adding an Autoload instance to Type.rb so that I can load all known types for...luke2006-09-211-0/+5
* Fixing #245, opened by marthag.luke2006-09-211-3/+3
* Fixing #288.luke2006-09-211-1/+1
* Fix trac #282 (Change URL to configref, mention --genconfig)lutter2006-09-194-6/+18
* Fixing #280; added a warning and exiting if no hosts are specified to cleanluke2006-09-191-0/+4
* Better documentation around certificate revocation and mgmtlutter2006-09-181-2/+5
* Specifically rescuing Exception, since apparently the default does not rescue...luke2006-09-156-6/+6
* Catching all errors encountered during loading, not just LoadError, to fix on...luke2006-09-146-7/+7