Sha256: bf496cc5f7777d43279d9e61f85b974b65c5eb7afb37609c2c0b910770ecaba7

Contents?: true

Size: 292 Bytes

Versions: 1314

Compression:

Stored size: 292 Bytes

Contents

# $Id$

class base {
    file { "/tmp/classheir1": ensure => file, mode => '0755' }
}

class sub1 inherits base {
    file { "/tmp/classheir2": ensure => file, mode => '0755' }
}

class sub2 inherits base {
    file { "/tmp/classheir3": ensure => file, mode => '0755' }
}

include sub1, sub2

Version data entries

1,314 entries across 657 versions & 1 rubygems

Version Path
puppet-8.3.0 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.3.0 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.3.0-x86-mingw32 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.3.0-x86-mingw32 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.3.0-x64-mingw32 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.3.0-x64-mingw32 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.3.0-universal-darwin spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.3.0-universal-darwin spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.4.0 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.4.0 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.4.0-x86-mingw32 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.4.0-x86-mingw32 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.4.0-x64-mingw32 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.4.0-x64-mingw32 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-8.4.0-universal-darwin spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-8.4.0-universal-darwin spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-7.28.0 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-7.28.0 spec/fixtures/unit/parser/lexer/classheirarchy.pp
puppet-7.28.0-x86-mingw32 spec/fixtures/unit/pops/parser/lexer/classheirarchy.pp
puppet-7.28.0-x86-mingw32 spec/fixtures/unit/parser/lexer/classheirarchy.pp