From 2062aacbd96df3447255a61549b922c7d68c1c56 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 11 Jul 2005 22:39:18 +0000 Subject: changing comments git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@360 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/component.rb | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit