summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client
Commit message (Expand)AuthorAgeFilesLines
...
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-2/+4
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-131/+43
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-2/+0
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-261-2/+2
* Adding environment information to the client fact list. The environment is r...Luke Kanies2007-08-221-0/+3
* Having FileType instances automatically back their contents up to a filebucke...luke2007-07-111-1/+1
* 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
* Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so...luke2007-07-081-2/+6
* Fixing #578 -- Invalid certs are no longer written to disk.luke2007-06-181-3/+6
* 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
* 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-151-1/+1
* 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
* Removing the obsolete logger network interfaceluke2007-05-071-6/+0
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-042-2/+2
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-6/+19
* Adding purge => true to downloading of facts and plugins, and removing some e...luke2007-04-301-0/+1
* Only caching the configuration when it has been successfully turned into Pupp...luke2007-04-181-4/+4
* 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-241-6/+14
* 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-191-5/+6
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-191-20/+43
* 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 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
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-0611-173/+85
* Adding "ignorecache" option to always force a recompile of the configurationluke2007-02-281-3/+8
* Fix #516, 'Cached manifests get unescaped twice'mpalmer2007-02-231-6/+6
* Trying to fix problem of locks lying aroundluke2007-02-161-0/+4
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0810-0/+941