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