1base input.pp /^class base {$/;" class line:1 language:PuppetManifest end:5 2one input.pp /^ class one {$/;" class line:2 language:PuppetManifest scope:class:::base end:4 3/tmp/fqparent1 input.pp /^ file { "\/tmp\/fqparent1": ensure => file }$/;" resource line:3 language:PuppetManifest scope:class:::base::one typeref:typename:file end:3 4two::three input.pp /^class two::three inherits base::one {$/;" class line:7 language:PuppetManifest inherits:base::one end:9 5/tmp/fqparent2 input.pp /^ file { "\/tmp\/fqparent2": ensure => file }$/;" resource line:8 language:PuppetManifest scope:class:::two::three typeref:typename:file end:8 6