summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Adding support for aptrpm from #227 as added by Ian Burrell, the rest of the ...luke2007-04-191-0/+79
* Fixing fileserver doc linksluke2007-04-191-1/+1
* Adding the functionality requested in http://mail.madstop.com/pipermail/puppe...luke2007-04-195-59/+87
* Only caching the configuration when it has been successfully turned into Pupp...luke2007-04-181-4/+4
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-1/+1
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-032-26/+63
* Changing the date that certs are valid to start one day before the cert is cr...luke2007-03-301-1/+3
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-0/+12
* Updating the docs for the sourceselect parameterluke2007-03-301-1/+6
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-302-39/+41
* Fixing #567. I overrode the propertychanges method to only return changes if...luke2007-03-301-0/+19
* Enhancing the report docs a bitluke2007-03-292-3/+7
* Fixing a bug I apparently introduced in the testing that would have made user...luke2007-03-282-17/+15
* 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
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-245-90/+75
* 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-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-211-6/+0
* 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
* Hopefully the last batch of commits before I release 0.22.2. Mostly just get...luke2007-03-195-5/+45
* 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-196-47/+82
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-193-21/+53
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-9/+15
* cleaning up an error message a bitluke2007-03-191-1/+1
* Clarifying the errors a bit when nodes come from external sources.luke2007-03-195-19/+34
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-193-6/+8
* 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-197-112/+79
* Adding a provider feature table to the provider feature docsluke2007-03-191-2/+23
* Adding provider features. Woot!luke2007-03-194-3/+216
* Following Russ Allbery's advice and using the Candidate field in the apt-cach...luke2007-03-191-1/+1
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-192-24/+14
* 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-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 #544 -- there is now an --ignoreimport option for commit hooks.luke2007-03-193-419/+457