summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
Commit message (Expand)AuthorAgeFilesLines
* issue 1183Andrew Shafer2008-06-161-2/+3
* Try againAndrew Shafer2008-06-101-30/+3
* Updated puppetd documentation which fixes ticket #1227James Turnbull2008-05-171-2/+6
* Adding another commit for #1136 -- ConsolidatedLuke Kanies2008-03-201-16/+12
* Final fix to #1136 - further changes to --test settingJames Turnbull2008-03-201-0/+4
* Second fix to #1136 - fixed --test problemJames Turnbull2008-03-201-1/+1
* Fix for ticket #1136 --verbose cancels out --debugJames Turnbull2008-03-201-12/+22
* Applying patch by Jay to fix #989 -- missing crl files areLuke Kanies2008-02-071-1/+1
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-2/+4
* Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-2/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.Michael V. O'Brien2007-10-031-29/+23
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-6/+6
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-0/+6
* Applying patch my emerose to fix #652.luke2007-07-301-0/+1
* Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323.luke2007-06-151-0/+449
* Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need...luke2007-05-201-449/+0
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+1
* fixing a documentation bugajax2007-05-181-1/+1
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-3/+1
* Applying patch to puppetd from Jos Backusluke2007-05-021-9/+8
* Fixing class name for Handler in puppetdluke2007-05-011-1/+1
* Adding --serve back in as an option to puppetd, and failing when a handler is...luke2007-05-011-0/+3
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-1/+3
* Applying patch by Ian Burrell from #559luke2007-03-241-1/+1
* 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
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-191-4/+4
* Fixing #533 -- puppetd now exits in onetime mode.luke2007-03-181-1/+3
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-18/+11
* 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-081-6/+6
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-11/+11
* Not creating the listening server at all if --onetime is enabled.luke2007-01-301-5/+3
* Fixing the warning message related to namespaceauth.confluke2007-01-291-1/+1
* updating docs with new location for reference infoluke2007-01-221-1/+1
* adding note about --no-clientluke2006-12-061-0/+5
* Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat...luke2006-11-161-1/+1
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-12/+1
* Fixing #245, opened by marthag.luke2006-09-211-3/+3
* Fix trac #282 (Change URL to configref, mention --genconfig)lutter2006-09-191-2/+4
* Specifically rescuing Exception, since apparently the default does not rescue...luke2006-09-151-1/+1
* Catching all errors encountered during loading, not just LoadError, to fix on...luke2006-09-141-1/+1
* Let puppetd listen (when given --listen) without a CRLlutter2006-09-141-0/+7
* Adding the Daemon module back into the Client class, which fixes #247.luke2006-09-051-0/+2
* Fix problem when --fqdn is usedlutter2006-08-051-1/+1
* Fixing #200. I basically just moved the daemonize statement before most othe...luke2006-07-211-8/+9
* changing the #!ruby lines to #!env rubyluke2006-06-291-1/+1
* Applied patch from #153.luke2006-06-081-4/+5
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-181-18/+33