summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding #539. Definitions can now have titles, and both $title and $name are ...luke2007-03-192-9/+20
* Adding #541. There is now a "generate" function.luke2007-03-181-0/+35
* Fixing #538. There is now a simple file() function to read in file contents.luke2007-03-181-0/+21
* Looks like I already accidentally committed the switch from using system() to...luke2007-03-181-16/+0
* The first round of fixes for failing tests.luke2007-03-185-41/+60
* More work on #542 -- services in noop now produce noop events so that they ca...luke2007-03-181-1/+7
* Removing bogus log message in file parsingluke2007-03-181-1/+0
* Removing the cycle checks from the splice! method in pgraph, which *considera...luke2007-03-181-5/+0
* Getting rid of a warning in the rpm providerluke2007-03-181-1/+1
* Fixing #529 -- specified targets keep their values. The problem was that I w...luke2007-03-181-1/+12
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-181-11/+7
* Trying to clean up the error message from #490. It looks like the problem is...luke2007-03-181-1/+1
* Fixing #542. Transactions now cause services to warn when they would have go...luke2007-03-175-25/+74
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-171-0/+5
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-179-446/+518
* Clarifying that the ruby RRD support is provided by a binary libraryluke2007-03-141-1/+1
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-147-547/+285
* Don't blow up when PUPPETLIB isn't setlutter2007-03-091-1/+4
* Search manifests first within modules, and if no module is found, search inlutter2007-03-093-101/+124
* Introduces a new implicit 'modules' fileserver module, whose allow/deny canlutter2007-03-092-10/+44