summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
...
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-141-42/+136
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-142-0/+372
* Removing extraneous debugging from crontabluke2007-08-102-8/+32
* Adding test support for the other mongrel configuration headerluke2007-08-061-1/+1
* Adding the requirement that the cert dn have /CN= in it, thus hopefully catch...luke2007-07-301-1/+1
* Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to...luke2007-07-301-1/+1
* Having FileType instances automatically back their contents up to a filebucke...luke2007-07-111-1/+1
* Always setting a to_s value in authstore, so we do not get dumped objectsluke2007-07-101-0/+4
* Adding benchmark info to fact retrieval in the config clientluke2007-07-101-1/+4
* Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto...luke2007-07-101-5/+7
* Applying patch by David Schmitt from #701.luke2007-07-081-2/+9
* Making sure that #686 is fixed -- I specifically included the Daemon module i...luke2007-07-081-0/+2
* Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so...luke2007-07-081-2/+6
* Fixing logging of module mounts; it was using the module as the name, rather ...luke2007-07-061-2/+2
* Removing extraneous debuggingluke2007-07-061-3/+0
* Applying patch by daikinee from #690. I was not able to reproduce the proble...luke2007-07-041-1/+1
* Updating reference docsluke2007-06-201-0/+1
* Modified the fileserver to cache file information, so thatluke2007-06-191-14/+51
* Fixing some failing tests.luke2007-06-181-1/+1
* Modifying the CA server so that it will not send back a cert whose public key...luke2007-06-181-1/+3
* Fixing #578 -- Invalid certs are no longer written to disk.luke2007-06-181-3/+6
* Fix #657: allow puppet URL's with no server; 'puppet' looks those up on hte l...lutter2007-06-181-0/+1
* Reverting the change I just made to the config handler; it was only there for...luke2007-06-181-4/+1
* Adding puppet-test, which is useful for performance testingluke2007-06-181-1/+4
* Removing old line from the fix for #660 -- I had strangely just commented it ...luke2007-06-111-1/+0
* Fixing #660 by applying patch by freiheit. Looks like this is another proble...luke2007-06-111-1/+2
* Adding a simple unit test for mongrel, and adding the ability to select the h...luke2007-06-111-3/+3
* Fixing the "Server is not a class" problem with mongrelluke2007-06-071-1/+1
* Applying patches from Valentin Vidic to fix open file discriptor and open por...luke2007-06-051-1/+12
* Significantly reworked the type => provider interface with respect toluke2007-06-041-1/+1
* Fixing #532 -- reparsing config files no longer throws an exception. The pro...luke2007-05-311-1/+2
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+17
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-152-2/+2
* Fixing #569 - I have added a dynamic facts option to choose which facts will ...luke2007-05-151-4/+13
* fixing some problems with the config timeout -- I am not sure it ever actuall...luke2007-05-141-4/+6
* Fixing the ability to fail correctly in the fileserver -- a constant was not ...luke2007-05-091-0/+1
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-13/+16
* Lots of work related to generating more reference. Moving all of the individ...luke2007-05-0710-0/+54
* Removing the obsolete logger network interfaceluke2007-05-072-58/+0
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-071-24/+8
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-044-4/+4
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-6/+19
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-031-0/+67
* Adding purge => true to downloading of facts and plugins, and removing some e...luke2007-04-301-0/+1
* Allowing "-" in fileserver module names, #617luke2007-04-301-3/+3
* Changing the resource handler to return the whole object, rather than just ty...luke2007-04-301-2/+2
* Translating all of the docs except the type docs to RSTluke2007-04-231-1/+1
* Only caching the configuration when it has been successfully turned into Pupp...luke2007-04-181-4/+4
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-0/+12
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-301-1/+1