1hash input.pp /^$hash = { "file" => "\/tmp\/myhashfile1" }$/;" variable line:2 language:PuppetManifest 2hash2 input.pp /^$hash2 = { "a" => { key => "\/tmp\/myhashfile2" }}$/;" variable line:9 language:PuppetManifest 3test input.pp /^define test($a = { "b" => "c" }) {$/;" definition line:16 language:PuppetManifest signature:($a) end:21 4a input.pp /^define test($a = { "b" => "c" }) {$/;" param line:16 language:PuppetManifest scope:definition:test 5test input.pp /^ "test":$/;" resource line:24 language:PuppetManifest typeref:typename:test end:26 6hash3 input.pp /^$hash3 = { mykey => "\/tmp\/myhashfile4" }$/;" variable line:28 language:PuppetManifest 7key input.pp /^$key = "mykey"$/;" variable line:29 language:PuppetManifest 8