diff options
| author | James Turnbull <james@lovedthanlost.net> | 2008-05-24 17:17:27 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2008-05-24 17:17:27 +1000 |
| commit | 7b02f2ba443ba35d7305c24b87028456eaf6bd29 (patch) | |
| tree | b8d77d1b6b185e8c46c16a850c25553a8a73e04b /lib/puppet/node | |
| parent | 9decf35a304a444a855a9d16d6d945ca89beb6cc (diff) | |
| parent | 054a811df80f0e4e1a2d53841b490c20c2964487 (diff) | |
Merge branch '0.24.x' of git://github.com/lak/puppet into 0.24.x
Diffstat (limited to 'lib/puppet/node')
| -rw-r--r-- | lib/puppet/node/catalog.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/puppet/node/catalog.rb b/lib/puppet/node/catalog.rb index c4d697244..7d9a83795 100644 --- a/lib/puppet/node/catalog.rb +++ b/lib/puppet/node/catalog.rb @@ -485,7 +485,6 @@ class Puppet::Node::Catalog < Puppet::PGraph resource.catalog = result elsif resource.is_a?(Puppet::Parser::Resource) resource = resource.to_transobject - p resource resource.catalog = result end |
