summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network
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-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
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-0634-978/+1000
* 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
* Adding hook to update timestamp when a report is runluke2007-02-161-0/+13
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-161-2/+2
* Applying patch from #502 by Joseluke2007-02-151-1/+1
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-084-4/+5
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0825-0/+3853