Class Puppet::Type::RelationshipMetaparam
In: lib/puppet/type.rb
Parent: Puppet::Parameter

Methods

Attributes

callback  [RW] 
direction  [RW] 
events  [RW] 
subclasses  [RW] 

Public Class methods

Public Instance methods

Create edges from each of our relationships. :in relationships are specified by the event-receivers, and :out relationships are specified by the event generator. This way ‘source’ and ‘target’ are consistent terms in both edges and events — that is, an event targets edges whose source matches the event‘s source. The direction of the relationship determines which resource is applied first and which resource is considered to be the event generator.

[Validate]