Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| | |||||
* | Adding a module specifically for making doc generation easier, and adding ↵ | luke | 2006-08-28 | 1 | -1/+6 |
| | | | | | | defaults info to provider docs. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1504 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Committing definition inheritance. I have not yet written tests yet, but my ↵ | luke | 2006-08-22 | 1 | -3/+3 |
| | | | | | | last commit pretty seriously broke some things without me realizing it, so I wanted to get this in. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1484 980ebf18-57e1-0310-9a29-db15c13687c0 | ||||
* | Making some of the metaprogramming a bit more explicit and a bit easier to ↵ | luke | 2006-08-20 | 1 | -0/+17 |
manage. In the process, I have created multiple Util modules, only one of which is used for this current commit. The main work in this commit is that I created a single, common method for dynamically creating classes and moved all of the Class.new users to using this class. It handles a lot of the complexity for me, and most of the users have just a couple of lines of code, now, instead of tens. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1473 980ebf18-57e1-0310-9a29-db15c13687c0 |