github.com/lyraproj/hiera@v1.0.0-rc4/lookup/testdata/interpolate_fresh/common.yaml (about) 1 empty_array: [] 2 3 empty_hash: {} 4 5 hash_with_alias: 6 y: Y 7 eh: '%{alias("empty_hash")}' 8 ea: '%{alias("empty_array")}' 9 10 lookup_options: 11 hash_with_alias: 12 merge: deep