summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/type/component.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/puppet/type/component.rb b/lib/puppet/type/component.rb
index cd1f65c6c..579b985d3 100644
--- a/lib/puppet/type/component.rb
+++ b/lib/puppet/type/component.rb
@@ -29,10 +29,7 @@ module Puppet
Puppet.debug "Made component with name %s" % self.name
end
- # now we decide whether a transaction is dumb, and just accepts
- # changes from the container, or whether it collects them itself
- # for now, because i've already got this implemented, let transactions
- # collect the changes themselves
+ # just turn the container into a transaction
def evaluate
transaction = Puppet::Transaction.new(@children)
transaction.component = self