summaryrefslogtreecommitdiffstats
path: root/bin/puppetmasterd
Commit message (Expand)AuthorAgeFilesLines
* issue 1183Andrew Shafer2008-06-161-2/+3
* 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
* removing the initial syslog dest settingluke2006-02-241-1/+1
* Change in how logging is defaulted: by default logs go to :syslog, unless the...lutter2006-02-091-2/+0
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-143/+46
* Fixing some logging issuesluke2006-01-241-0/+10
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-0/+13
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-111-4/+8
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-0/+51
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-21/+14
* 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-2/+0