summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Adding the Daemon module back into the Client class, which fixes #247.luke2006-09-051-0/+2
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-3/+18
* First commit of complete reporting support. The only existing report at this...luke2006-06-291-0/+1
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-3/+5
* Adding HUP and USR1 hooksluke2006-06-261-2/+3
* First version of puppetrun. It seems to mostly work, but I need to test it w...luke2006-05-191-0/+1
* Added the last of the tests for the runner, along with the necessary work in ...luke2006-05-181-2/+0
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-12/+6
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-021-1/+1
* Fixing the docs a bit for the executables, adding a --daemonize option to pup...luke2006-04-301-0/+1
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-2/+14
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-3/+16
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-041-2/+2
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-121-3/+3
* Fixing some logging issuesluke2006-01-241-0/+3
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-547/+47
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-231-1/+8
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-33/+108
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-16/+19
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-28/+63
* Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz...luke2006-01-121-4/+6
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-1/+2
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-0/+9
* Undoing the merge that happened in 785luke2006-01-071-9/+0
* Merging in refactoring from version 774 into version 784luke2006-01-071-0/+9
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-1/+8
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-0/+16
* general cleanup, as i move towards running it locallyluke2005-10-221-1/+2
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-4/+10
* Rearranging the packaging support a bit -- it is now more clear and significa...luke2005-09-241-1/+1
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-16/+21
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-0/+1
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-151-27/+105
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-071-0/+1
* fixing small bug in setting default portluke2005-09-061-6/+11
* fixing bug where remote server name is ignoredluke2005-08-301-6/+2
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-291-1/+1
* I did not have good puppetd tests, so I missed the fact that I was calling th...Luke Kanies2005-08-291-73/+72
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-281-5/+5
* remote filecopying now worksLuke Kanies2005-08-231-0/+4
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-231-145/+215
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-231-3/+2
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-231-5/+5
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-231-8/+10
* just fixed an incredibly ugly bug where @parent meant both parent array and p...Luke Kanies2005-08-171-16/+41
* all tests pass except a certificate test i do not know how to fixLuke Kanies2005-08-161-27/+93
* all non-executable tests pass nowLuke Kanies2005-08-131-3/+7
* all tests pass except those related to puppetd; i am going to significantly r...Luke Kanies2005-08-121-93/+44
* more progress towards a functional daemonLuke Kanies2005-08-101-2/+11