summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing the documentation to match reality, as reported in #548.luke2007-03-281-3/+2
* Trying to fix the problem that occurs when noop somehow manages to be nil whe...luke2007-03-272-1/+9
* Changing gems to automatically include dependenciesluke2007-03-271-0/+3
* Updating changelog and adding filebucket to the exluded file list in the Rake...luke2007-03-261-1/+1
* Updating changelog and adding filebucket to the exluded file list in the Rake...luke2007-03-261-1/+6
* Fixing #562; I had to fix how the client class was loadedluke2007-03-241-1/+1
* Applying patch by Ian Burrell from #559luke2007-03-241-1/+1
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-245-90/+75
* Renaming pbucket to filebucketluke2007-03-242-8/+8
* Finalizing the filebucket client, with test code.luke2007-03-246-15/+145
* Adding filebucket client appluke2007-03-241-0/+176
* Fixing the "readcert" method after getting the signed cert; the method got re...luke2007-03-221-1/+1
* Moving the authconfig setting to configuration.rb instead of network/authconf...luke2007-03-222-8/+6
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-225-49/+141
* Adding a migration to create indexesluke2007-03-213-1/+41
* Fixing #553; -M is no longer added when home directories are managedluke2007-03-213-8/+8
* Fixing the same bug as the Metric stuff, but for logs this time.luke2007-03-211-0/+1
* Fixing the Metric class old clients can still refer to the Puppet::Metric class.luke2007-03-211-0/+2
* Fixing a small bug in testing whether instance methods are already defined.luke2007-03-211-1/+1
* Updated to version 0.22.2luke2007-03-191-1/+1
* Updated to version 0.22.2luke2007-03-191-1/+1
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-1911-9/+143
* Remove no-lockdir patch. Clean changeloglutter2007-03-191-7/+5
* Change puppet's homedir to /var/lib/puppetlutter2007-03-191-2/+8
* Don't clobber an explicitly given waitforcertlutter2007-03-191-1/+3
* Reverting changeset [2243]; this apparently causes chkconfig not to workluke2007-03-191-1/+1
* Absolutely guaranteeing that the provider is always created before anything e...luke2007-03-192-1/+8
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-1910-48/+300
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-194-35/+113
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-192-9/+32
* cleaning up an error message a bitluke2007-03-191-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-196-19/+41
* Apply patch from Ian Burrel (trac #479)lutter2007-03-192-6/+11
* Adding the "ralsh" executable (formerly known as x2puppet).luke2007-03-193-1/+153
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-195-10/+23
* Changing the config cache location to the state dirluke2007-03-191-1/+1
* Adding context to the warning message about unknown escapesluke2007-03-191-1/+8
* Changing execution to reopen stdin to /dev/nullluke2007-03-191-0/+1
* Changing notify to default to its message being its nameluke2007-03-191-28/+30
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-1915-132/+137
* Fixing the spelling of David Schmitt's name and giving credit to Chris McEnir...luke2007-03-191-2/+3
* Adding a provider feature table to the provider feature docsluke2007-03-191-2/+23
* Adding provider features. Woot!luke2007-03-197-22/+333
* Following Russ Allbery's advice and using the Candidate field in the apt-cach...luke2007-03-191-1/+1
* Updating changelog for #487luke2007-03-191-0/+3
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-193-24/+31
* Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha...luke2007-03-191-1/+1
* A slight fix for #507. This should at least provide better information if th...luke2007-03-191-3/+9
* 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-193-68/+180