diff options
author | Luke Kanies <luke@madstop.com> | 2005-07-11 22:39:18 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-07-11 22:39:18 +0000 |
commit | 2062aacbd96df3447255a61549b922c7d68c1c56 (patch) | |
tree | 57c8af34508a5db8afde583ed4250ea79ad166ad | |
parent | 75e27cf8f387816526860df3ad0d38ddce8eeb01 (diff) | |
download | puppet-2062aacbd96df3447255a61549b922c7d68c1c56.tar.gz puppet-2062aacbd96df3447255a61549b922c7d68c1c56.tar.xz puppet-2062aacbd96df3447255a61549b922c7d68c1c56.zip |
changing comments
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@360 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | lib/puppet/type/component.rb | 5 |
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 |