github.com/lyraproj/hiera@v1.0.0-rc4/examples/testdata/modules/one/data/common.yaml (about) 1 one::a: "value of one::a" 2 3 one::merge: 4 b: "value of one::merge b" 5 6 one::ipl_c: x = %{c.x}, y = %{c.y} 7 8 # This one should not be found 9 two::a: "value of two::a in module one" 10 11 lookup_options: 12 one::merge: 13 merge: deep