summaryrefslogtreecommitdiffstats
path: root/bin/puppetmasterd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-0/+10
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-221-0/+7
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-071-1/+1
* correcting documentation on autosign in puppetmasterd, and switching the auto...luke2005-08-301-1/+6
* changing default hostname to "puppet", and adding --parseonly option along wi...luke2005-08-291-1/+14
* changing default manifest location to /etc/puppet/manifests/site.ppluke2005-08-291-1/+1
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-291-4/+22
* adding RDoc::usage documentation to all executablesLuke Kanies2005-08-291-40/+134
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-281-13/+33
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-241-0/+3
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-0/+89