summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* central logging is fully functional now, but it is painfully slow, so it is d...luke2005-10-282-8/+5
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-282-0/+49
* Further small bug fixes towards running puppet on my networkluke2005-10-251-1/+15
* Made tweaks here and there to get it running better on my local network. I a...luke2005-10-213-47/+41
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-102-3/+21
* Many, many changes toward a completely functional system. The only current p...luke2005-09-233-35/+93
* Hoping this will get rid of the directory being printedshafer2005-09-231-10/+4
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-221-1/+3
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-60/+16
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-181-0/+3
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-1/+1
* making "Type.new" private, and switching to "Type.create", so that i can merg...luke2005-09-161-1/+1
* removed directory outputshafer2005-09-151-1/+0
* adding extra checks to make sure networking is secure, and refactoring a heck...luke2005-09-151-7/+20
* fixed problem using arraysshafer2005-09-151-2/+7
* debugged ignore in fileserver, added tests to ignore tc and fixed server.list...shafer2005-09-151-4/+7
* added ignore to fileserver and pfileshafer2005-09-141-6/+18
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-071-1/+1
* removing DEFAULTPORT stuffluke2005-09-061-2/+0
* defining configstattedluke2005-09-021-0/+1
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-302-4/+10
* adding file reread to master, although it is plenty hackishluke2005-08-302-3/+39