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
puppet-2.6.5 test/data/snippets/deepclassheirarchy.pp
puppet-2.6.4 test/data/snippets/deepclassheirarchy.pp
puppet-2.6.3 test/data/snippets/deepclassheirarchy.pp
puppet-2.6.2 test/data/snippets/deepclassheirarchy.pp
puppet-2.6.1 test/data/snippets/deepclassheirarchy.pp
puppet-2.6.0 test/data/snippets/deepclassheirarchy.pp
puppet-0.25.5 test/data/snippets/deepclassheirarchy.pp
puppet-0.25.4 test/data/snippets/deepclassheirarchy.pp
puppet-0.25.3 test/data/snippets/deepclassheirarchy.pp
puppet-0.24.9 test/data/snippets/deepclassheirarchy.pp
puppet-0.25.2 test/data/snippets/deepclassheirarchy.pp
puppet-0.25.1 test/data/snippets/deepclassheirarchy.pp
puppet-0.25.0 test/data/snippets/deepclassheirarchy.pp
puppet-0.24.5 test/data/snippets/deepclassheirarchy.pp
puppet-0.24.7 test/data/snippets/deepclassheirarchy.pp
puppet-0.24.6 test/data/snippets/deepclassheirarchy.pp
puppet-0.24.8 test/data/snippets/deepclassheirarchy.pp