summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-101-1/+1
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-21/+2
* Adding GRATR and the beginnings of graph integration.luke2006-11-171-0/+58
* Ported sshkey over, yay.luke2006-11-131-0/+1
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-131-5/+36
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-131-3/+34
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-121-3/+46
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-112-7/+15
* Adding module for parsing files. This module is only included into the parse...luke2006-11-101-0/+200
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-0/+28
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+78
* Fixing doc generation for objects w/out their own docsluke2006-10-171-1/+5
* Adding patch from Jeff McCune, #317luke2006-10-163-0/+477
* Committing the metatype branch -- this is just splitting the type.rb code int...luke2006-10-101-0/+39
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-0/+9
* Adding a "genmodule" equivalent to classgen, which we will use for reportingluke2006-10-071-53/+110
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-062-5/+5
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-043-0/+96
* Use Pupet.warning instead of nonexistant 'warning'lutter2006-09-131-1/+1
* Adding a module for helping with warnings, starting only with the "warnonce" ...luke2006-09-131-0/+15
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-0/+31
* Adding an "env" parameter to exec, for providing extra environment settings, ...luke2006-09-051-0/+1
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-051-0/+21
* Adding pre- and post-hooks, as requested in #233.luke2006-09-031-0/+8
* Adding a module specifically for making doc generation easier, and adding def...luke2006-08-283-2/+33
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-3/+3
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-203-0/+161