summaryrefslogtreecommitdiffstats
path: root/bin/puppetmasterd
Commit message (Expand)AuthorAgeFilesLines
* Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbinJames Turnbull2009-03-211-66/+0
* Move puppetmasterd to Puppet::ApplicationBrice Figureau2009-02-161-166/+2
* Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-11/+8
* Removing an erroneous configuration call in puppetmasterdLuke Kanies2009-02-061-1/+0
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-1/+13
* Setting puppetmasterd up to serve all indirected classes.Luke Kanies2008-11-031-1/+3
* Merge branch '0.24.x'Luke Kanies2008-07-021-2/+3
|\
| * issue 1183Andrew Shafer2008-06-161-2/+3
* | The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-0/+9
* | The master is now functionally serving REST and xmlrpc.Luke Kanies2008-05-051-1/+5
* | Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-021-102/+20
|/
* Moved the configuration of the Node cache to the puppetmasterdLuke Kanies2008-03-241-0/+3
* Fixing a few more loading order issues.Luke Kanies2008-02-291-0/+1
* removing "lib" deprecation notice from autoloaderLuke Kanies2008-02-131-1/+0
* Fixing #796 -- the fileserver can now start with noLuke Kanies2007-11-271-12/+1
* Merge branch 'master' of git://michaelobrien.info/puppet into michaelLuke Kanies2007-10-091-0/+3
|\
| * All tests should now pass again.Luke Kanies2007-10-081-0/+3
* | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-4/+4
|/
* 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-23/+14
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
* Making sure that #686 is fixed -- I specifically included the Daemon module i...luke2007-07-081-5/+6
* Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323.luke2007-06-151-0/+302
* Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need...luke2007-05-201-302/+0
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-3/+1
* Fixing #574; puppetmasterd now exits with non-zero error code when there is a...luke2007-04-261-0/+1
* 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-061-20/+28
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-4/+4
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-7/+7
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-301-4/+5
* updating docs with new location for reference infoluke2007-01-221-1/+1
* Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat...luke2006-11-161-1/+1
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-091-5/+13
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-13/+1
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-181-1/+1
* Fixing #288.luke2006-09-211-1/+1
* 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
* More report and metrics manipulations. This should be the last of it.luke2006-07-011-0/+9
* First commit of complete reporting support. The only existing report at this...luke2006-06-291-2/+19
* changing the #!ruby lines to #!env rubyluke2006-06-291-1/+1
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-201-2/+0
* Fixing some logging issues with puppetmasterd when daemonized with verbose mo...luke2006-06-141-9/+24
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-15/+10
* Fixing the docs a bit for the executables, adding a --daemonize option to pup...luke2006-04-301-24/+34
* Fixing #98. Filebuckets now work throughout the system, and the puppetmaster...luke2006-03-121-3/+3
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-021-2/+9
* Adding TERM to the signals being trappedluke2006-02-241-3/+7