diff options
Diffstat (limited to 'lib/puppet/transaction.rb')
| -rw-r--r-- | lib/puppet/transaction.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/puppet/transaction.rb b/lib/puppet/transaction.rb index 3c72f6e97..e30159c24 100644 --- a/lib/puppet/transaction.rb +++ b/lib/puppet/transaction.rb @@ -202,12 +202,7 @@ class Transaction end if children - children.each do |child| - child.finish - # Make sure that the vertex is in the relationship graph. - relationship_graph.add_resource(child) unless relationship_graph.resource(child.ref) - child.configuration = relationship_graph - end + children.each { |child| child.finish } @generated += children return children end |
