Class Puppet::TransBucket
In: lib/puppet/transportable.rb
Parent: Object

Just a linear container for objects. Behaves mostly like an array, except that YAML will correctly dump them even with their instance variables.

Methods

delve   each   flatten   new   param   push   to_catalog   to_manifest   to_ral   to_ref   to_resource   to_yaml_properties  

Included Modules

Enumerable

Attributes

catalog  [RW] 
classes  [RW] 
file  [RW] 
keyword  [RW] 
line  [RW] 
name  [RW] 
top  [RW] 
type  [RW] 

Public Class methods

Public Instance methods

Recursively yield everything.

Turn our heirarchy into a flat list

Create a resource graph from our structure.

Convert to a parseable manifest

Create a normalized resource from our TransObject.

[Validate]