Sha256: 5cdcc2d474e96ebf2c5388e22cbb08a8e2a8ed098729d1496d33a192d72d6f5e

Contents?: true

Size: 181 Bytes

Versions: 32

Compression:

Stored size: 181 Bytes

Contents

class sample_test_breakpoint(

) {

  include stdlib
  file{'/tmp/test':
    ensure => present,
  }
  range(1,5).map | $num | {
    start_repl()
  }
}
include sample_test_breakpoint

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
puppet-debugger-0.19.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.18.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.17.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.16.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.15.2 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.15.1 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.15.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.14.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.13.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.12.3 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.12.2 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.12.1 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.12.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.11.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.10.3 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.10.2 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.10.1 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.10.0 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.9.1 spec/fixtures/sample_start_debugger.pp
puppet-debugger-0.9.0 spec/fixtures/sample_start_debugger.pp