summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/component.rb
Commit message (Expand)AuthorAgeFilesLines
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-1/+1
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-38/+14
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-3/+5
* This commit is the first run at removing all globalLuke Kanies2007-11-131-5/+3
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-2/+2
* All tests should now pass again.Luke Kanies2007-10-081-9/+1
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-42/+2
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-22/+2
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-0/+1
* Adding a to_graph method to TransBuckets, so that the buckets can directly ge...Luke Kanies2007-09-121-0/+4
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-11/+13
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-191-0/+6
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-2/+2
* Fixing #606 -- now only components mention @children.luke2007-05-091-123/+197
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+5
* Fixing #388. Paths now look a lot cleaner.luke2006-12-281-3/+23
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-101-42/+0
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-011-2/+1
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-0/+19
* Finishing changes to support titles instead of two types of names. This is b...luke2006-08-171-18/+18
* Fixing #157. Objects are no longer allowed to be their own parents, and ther...luke2006-06-081-14/+0
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-051-6/+8
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-6/+27
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-4/+8
* Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz...luke2006-01-121-0/+6
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-101-1/+1
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-13/+13
* Undoing the merge that happened in 785luke2006-01-071-13/+13
* Merging in refactoring from version 774 into version 784luke2006-01-071-13/+13
* removing ruby shebang at the top of all of the filesluke2005-11-231-3/+2
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-2/+0
* Making paths work a little more intelligentlyluke2005-11-011-3/+8
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-2/+2
* adding --noop to puppet executable, and removing some extraneous commentsluke2005-09-171-1/+0
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-1/+6
* Cron is now fully functional and tested on 3 platforms. In order to make it ...luke2005-09-161-0/+9
* fixing component flattening and sorting; it was not working for cases where o...luke2005-09-131-22/+18
* removing debuggingluke2005-09-081-2/+2
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-231-1/+1
* Execution order is now based on dependency relationships, and those relations...Luke Kanies2005-08-181-2/+50
* Updated doc/big-picture doc/structures, Added rst formating to puppetdoc, and...Jesse Koontz2005-07-281-13/+0
* okay, sources seem to be much more understandable here -- only the recursion ...Luke Kanies2005-07-221-7/+9
* removed type.method() syntax, and replaced it with Type { default => value} s...Luke Kanies2005-07-161-1/+2
* using old name method, since it is required to make names unique given how cl...Luke Kanies2005-07-121-2/+2
* adding path stuff everywhere, although i had to keep component names kind of ...Luke Kanies2005-07-121-5/+12
* toying with some doc stuffLuke Kanies2005-07-121-0/+13
* converting to "include Puppet" and not qualifing output methodsLuke Kanies2005-07-121-2/+2
* changing commentsLuke Kanies2005-07-111-4/+1
* fixing debugging to severely reduce output but allow it when debugging a spec...Luke Kanies2005-06-291-1/+1
* logging now exactly supports the list of levels that syslog supports, and mul...Luke Kanies2005-06-281-1/+1