puppet-debugger icon indicating copy to clipboard operation
puppet-debugger copied to clipboard

collectors do not show up nice

Open logicminds opened this issue 8 years ago • 0 comments

23:>> File <| name == '/etc/passwd' |> {
  24:>> owner => 'cosman'
  25:>> }
 => #<Puppet::Pops::Evaluator::Collectors::CatalogCollector:0x007fbb96fd3730 @collected={}, 
@scope=Scope(), @overrides={:parameters=>[#
<Puppet::Parser::Resource::Param:0x007fbb96fc8650 @name=:owner, @value="cosman", 
@source=#<Puppet::Resource::Type:0x007fbb9aea59e0 @type=:node, @name="foo.example.com", @namespace="", @arguments={}, @parameter_struct=nil, @argument_types={},
 @match=nil, @module_name=nil>, @line=2, @file="/var/folders/v0/nzsrqr_n40d4v396b2bqjvdw0000gp/T/puppet_debugger_input20170523-47244-y9813e.pp", @add=false>], 
:file=>"/var/folders/v0/nzsrqr_n40d4v396b2bqjvdw0000gp/T/puppet_debugger_input20170523-47244-y9813e.pp", :line=>[1, 1], 
:source=>#<Puppet::Resource::Type:0x007fbb9aea59e0 @type=:node, @name="foo.example.com", @namespace="", @arguments={}, @parameter_struct=nil,
 @argument_types={}, @match=nil, @module_name=nil>, :scope=>Scope()}, @query=#<Proc:0x007fbb96fd3780@/Library/Ruby/Gems/2.0.0/gems/puppet-4.9.4-universal-darwin/lib/puppet/pops/evaluator/collector_transformer.rb:116>,
 @type="File">

logicminds avatar May 23 '17 19:05 logicminds