summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client
Commit message (Expand)AuthorAgeFilesLines
* 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