summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Trying to fix the problem that occurs when noop somehow manages to be nil whe...luke2007-03-271-1/+7
* Finalizing the filebucket client, with test code.luke2007-03-242-7/+15
* Moving the authconfig setting to configuration.rb instead of network/authconf...luke2007-03-221-7/+0
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-191-0/+9
* Absolutely guaranteeing that the provider is always created before anything e...luke2007-03-191-1/+1
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-9/+15
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-193-6/+8
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-192-23/+52
* Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha...luke2007-03-191-1/+1
* Changing the "found a bug" message to something a bit more informative.luke2007-03-191-1/+2
* Fixing #447 - filebuckets now use deeply nested pathsluke2007-03-191-63/+87
* Fixing the fact caching so that facts are only downloaded and retrieved once,...luke2007-03-191-6/+7
* Fixing #519. The facts are now cached in the state file and changes to them ...luke2007-03-191-0/+13
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-181-11/+7
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-171-0/+5
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-091-10/+39
* Fixing #531 and #414. This includes pretty much a complete redesignluke2007-03-081-149/+215