summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-36/+19
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-021-15/+18
* Fixing the docs a bit for the executables, adding a --daemonize option to pup...luke2006-04-301-23/+68
* Puppetd now has an option for listening -- just run the --listen option, and ...luke2006-04-281-35/+110
* Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure...luke2006-04-111-6/+24
* Adding TERM to the signals being trappedluke2006-02-241-4/+6
* Adding a bit more loggingluke2006-02-231-0/+1
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-141-0/+34
* Change in how logging is defaulted: by default logs go to :syslog, unless the...lutter2006-02-091-2/+1
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-69/+41
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-301-0/+8
* Fixing some logging issuesluke2006-01-241-4/+11
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-3/+15
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-2/+16
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-12/+13
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-0/+8
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+0
* converting waitforcert to an intluke2006-01-051-1/+2
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-281-5/+15
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-10/+19
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-0/+8
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-211-1/+1
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-2/+7