summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server
Commit message (Expand)AuthorAgeFilesLines
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0812-2375/+0
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-074-5/+5
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-072-6/+6
* Renaming "pelement" to "resource". The old name is a holdover from before we...luke2007-01-311-3/+3
* Moving code from external sources into an external/ directoryluke2007-01-301-1/+1
* adding client name to processing lineluke2007-01-261-1/+1
* fixing filebuckets so that only the client bucket is created on clientsluke2007-01-041-2/+5
* Creating two filebuckets by default, one for the client and one for the serverluke2007-01-041-0/+5
* Fixing #391. Keeping track of times of compile and freshness checks.luke2007-01-041-0/+8
* Switch the run-lock to use Pidlock instead of the ad-hoc codempalmer2006-12-311-1/+1
* A couple of small bug fixesluke2006-12-291-1/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-1/+8
* Switching files to use a filebucket named "puppet" by default. Also, set up ...luke2006-12-271-1/+1
* Fixing #365. I am not sure what the problem was in previous versions, becaus...luke2006-12-271-4/+10
* Simplifying the splitpath method a bit, altho it is still strangely slowluke2006-12-161-12/+4
* Almost all tests now pass. I have basically reached the point where I was be...luke2006-12-111-0/+3
* Another intermediate commit. Most of the graphing work itself is now done, b...luke2006-12-092-8/+12
* Removing the caveat so that the log message is always provided during a run.luke2006-11-131-11/+13
* Fixing #339 for real this time -- fixing the log messageluke2006-11-131-1/+1
* Slightly more doc updatesluke2006-11-091-13/+1
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-0/+26
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+1
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-182-8/+11
* Fixing a bug that only occurred if a defined resource was already defined in ...luke2006-10-171-3/+12
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-85/+49
* Merging the fix to server/master.rbluke2006-09-221-7/+18
* Adding some error handling for when a non-existent report is asked for, and a...luke2006-09-211-11/+24
* Fixing #278, opened by Digant, with patch.luke2006-09-211-1/+1
* Fixing #285, opened by ericb.luke2006-09-211-0/+2
* Add config option 'node_name' to control what puppetmaster considers the prop...lutter2006-09-181-2/+6
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-152-7/+1
* Fixing the problem with fileserver expansions, and doing a bit of refactoring...luke2006-09-141-152/+139
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-1/+5
* This is the initial commit of the changes to sync and retrieve. Theluke2006-09-031-5/+1
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-032-3/+3
* Skipping blank lines and comments in autosign.confluke2006-08-291-0/+2
* Fixing report lookup so it looks up by name, not methodluke2006-08-291-1/+1
* Fixing reports error reportingluke2006-08-281-2/+0
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-281-27/+23
* Committing some changes to the %h expansion in fileserving. This change make...luke2006-08-281-100/+107
* Support for %h and %H replacement in the path of fileserver modules.lutter2006-08-261-5/+45
* Demoting the xmlrpc access logs to debug from infoluke2006-08-251-4/+4
* Fixing #225. Normal file copying worked with spaces, but recursive file copy...luke2006-08-211-1/+1
* Fixing the master server so that it always uses the Facter hostname, not the ...luke2006-07-311-4/+4
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-10/+0
* Fixing #202. Just bumped the log level to notice and changed the wording sli...luke2006-07-211-1/+2
* Fixing filebucket server so that paths are not added multiple timesluke2006-07-111-1/+1
* Fixing reports so that multiple host report directories can be created. Ther...luke2006-07-111-12/+12
* adding host information to reports and tagmail reportluke2006-07-041-4/+3
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-041-8/+33