summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server
Commit message (Expand)AuthorAgeFilesLines
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-181-0/+63
* removing extraneous loggingluke2006-05-151-1/+1
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-10/+10
* Fixing the problem that lutter ran into; the issue seems to be that Facter co...luke2006-05-041-2/+9
* fixing log messagesluke2006-05-031-1/+0
* Puppetd now has an option for listening -- just run the --listen option, and ...luke2006-04-282-1/+9
* Fixing #128. md5lite was being used instead of full md5. At this point, md5...luke2006-04-281-5/+0
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-283-25/+55
* Trying to track down the bugs reported this morning, so I added some more tes...luke2006-04-271-8/+8
* Final commit before 0.16.0luke2006-04-215-14/+243
* Go some work started on developing authorization, but I have made little prog...luke2006-04-212-4/+85
* pelement listing now worksluke2006-04-201-1/+16
* Added a list class method to just about all types, and it seems to actually w...luke2006-04-201-0/+7
* A simple first version of an object (called "pelement") server is now in plac...luke2006-04-201-0/+101
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-17/+5
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-111-2/+14
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+3
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-15/+34
* adding -e ability to puppet executableluke2006-04-041-9/+14
* Fixing authstore to use an array for ordering, rather than a hash, duh.luke2006-04-031-4/+6
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-021-26/+23
* Fixing #98. Filebuckets now work throughout the system, and the puppetmaster...luke2006-03-121-5/+18
* fixing some more logging issuesluke2006-03-061-1/+7
* Making some logging changes, and fixing a small bug in group management on mi...luke2006-03-061-2/+1
* Committing the last changes, for now, to handling links. You still cannot co...luke2006-03-061-23/+65
* Switching from using "evaluate" to using "retrieve" when getting checksum val...luke2006-03-031-6/+13
* Fixing logging in the fileserver so it is always obvious where the logs are o...luke2006-03-031-35/+50
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-10/+11
* Adding metadata to defaultsluke2006-03-011-0/+9
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-1/+1
* adding a connect log to the master serverluke2006-02-281-2/+2
* Fixing bug #72, where trailing slashes break file sourcingluke2006-02-241-0/+3
* removing extra error statementluke2006-02-231-6/+1
* There is now full support for configuration files, and the entire system has ...luke2006-02-072-2/+2
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-1/+3
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-301-0/+8
* Modifying docs, and adding scheduling hooksluke2006-01-201-1/+1
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-1/+21
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-0/+12
* Fixing problems where objects were passing @parameters[:param] objects, inste...luke2006-01-171-1/+1
* Adding a bit better logging and checking to file accessluke2006-01-142-12/+14
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-122-8/+37
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-1/+4
* Merging changes from the head of the rework1 branch, r 784luke2006-01-082-3/+12
* Undoing the merge that happened in 785luke2006-01-072-12/+3
* Merging in refactoring from version 774 into version 784luke2006-01-072-3/+12
* removing ruby shebang at the top of all of the filesluke2005-11-232-9/+4
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-171-0/+5
* Lots of refactoring, and added the capture_stderr methodluke2005-11-162-37/+60
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-3/+3