summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client
Commit message (Expand)AuthorAgeFilesLines
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-1/+1
* Another batch of bug fixes, this time focused on OS X patches. Looks like I ...luke2006-07-222-2/+4
* moving plugin evaluation into a begin/rescue blockluke2006-07-211-1/+1
* Fixing reports server so it refers to the main serverluke2006-07-111-1/+1
* changing plugin owner to rootluke2006-07-101-1/+2
* changing default plugin host to be $serverluke2006-07-101-1/+1
* Accepting the patch from #190.luke2006-07-051-7/+26
* More report and metrics manipulations. This should be the last of it.luke2006-07-011-5/+8
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-302-20/+11
* First commit of complete reporting support. The only existing report at this...luke2006-06-292-2/+35
* Adding reporting client, server, and tests. At this point, the server just s...luke2006-06-291-0/+31
* Cleaning up plugin handling a bit -- they can now be colon-separated paths, a...luke2006-06-281-2/+5
* adding message about retrieving pluginsluke2006-06-281-0/+2
* adding hooks for ignoring files in the plugins directory, and defaulting to i...luke2006-06-271-2/+6
* Largely refactored how log destinations are handled, although it is not expos...luke2006-06-271-20/+25
* Adding HUP and USR1 hooksluke2006-06-261-0/+30
* Setting pluginsync default to false, and (hopefully) fixing autosign problem ...luke2006-06-201-1/+1
* Adding plugins and plugin management. The Master Client will now automatical...luke2006-06-201-1/+58
* Fixing #154. Basically just accepted the patch that fixes master.rb and adde...luke2006-06-081-1/+1
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-252-8/+10
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-182-3/+41
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-021-1/+1
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-284-9/+59
* Trying to track down the bugs reported this morning, so I added some more tes...luke2006-04-271-1/+1
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-1/+3
* Final commit before 0.16.0luke2006-04-211-11/+4
* A simple first version of an object (called "pelement") server is now in plac...luke2006-04-201-0/+20
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-9/+9
* Oops, typo in client/master.rbluke2006-04-111-1/+1
* Adding locking to the master client, so that only one copy of puppetd will be...luke2006-04-111-19/+67
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+6
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-17/+18
* adding -e ability to puppet executableluke2006-04-041-7/+15
* Fixing #98. Filebuckets now work throughout the system, and the puppetmaster...luke2006-03-121-0/+2
* Adding enhancement #92. Unfortunately, I was not able to write test code to ...luke2006-03-121-3/+19
* upgrading to warning the message about using a cached copyluke2006-03-021-1/+1
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-022-8/+14
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-1/+1
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-141-2/+33
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-2/+2
* RPM release is almost entirely there, it just needs to be integrated into rel...luke2006-01-251-0/+1
* Fixing some logging issuesluke2006-01-241-0/+1
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-247-0/+410