Sha256: b6c3fb0e3129899aa936d1a54066d605b9f32f0cd364bb88ea699db48b66a34d

Contents?: true

Size: 477 Bytes

Versions: 197

Compression:

Stored size: 477 Bytes

Contents

# $Id$

class base {
    file { "/tmp/deepclassheir1": ensure => file, mode => 755 }
}

class sub1 inherits base {
    file { "/tmp/deepclassheir2": ensure => file, mode => 755 }
}

class sub2 inherits sub1 {
    file { "/tmp/deepclassheir3": ensure => file, mode => 755 }
}

class sub3 inherits sub2 {
    file { "/tmp/deepclassheir4": ensure => file, mode => 755 }
}

class sub4 inherits sub3 {
    file { "/tmp/deepclassheir5": ensure => file, mode => 755 }
}

include sub4

Version data entries

197 entries across 122 versions & 3 rubygems

Version Path
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/puppet-2.7.18/spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/puppet-2.7.18/test/data/snippets/deepclassheirarchy.pp
supply_drop-0.10.2 examples/vendored-puppet/vendor/puppet-2.7.8/test/data/snippets/deepclassheirarchy.pp
supply_drop-0.10.2 examples/vendored-puppet/vendor/puppet-2.7.8/spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
puppet-2.7.18 test/data/snippets/deepclassheirarchy.pp
puppet-2.7.18 spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
puppet-2.6.17 test/data/snippets/deepclassheirarchy.pp
supply_drop-0.10.1 examples/vendored-puppet/vendor/puppet-2.7.8/spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
supply_drop-0.10.1 examples/vendored-puppet/vendor/puppet-2.7.8/test/data/snippets/deepclassheirarchy.pp
supply_drop-0.10.0 examples/vendored-puppet/vendor/puppet-2.7.8/test/data/snippets/deepclassheirarchy.pp
supply_drop-0.10.0 examples/vendored-puppet/vendor/puppet-2.7.8/spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
puppet-2.7.17 spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
puppet-2.7.17 test/data/snippets/deepclassheirarchy.pp
puppet-2.7.16 test/data/snippets/deepclassheirarchy.pp
puppet-2.7.16 spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
puppet-2.7.14 test/data/snippets/deepclassheirarchy.pp
puppet-2.7.14 spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp
puppet-2.6.16 test/data/snippets/deepclassheirarchy.pp
puppet-2.7.13 test/data/snippets/deepclassheirarchy.pp
puppet-2.7.13 spec/fixtures/unit/parser/lexer/deepclassheirarchy.pp