github.com/lyraproj/hiera@v1.0.0-rc4/lookup/testdata/hiera/common.yaml (about)

     1  interpolate_a: 'This is %{a}'
     2  
     3  hash:
     4    one: 1
     5    two: two
     6    three:
     7      a: A
     8      c: C
     9  
    10  array:
    11    - one
    12    - two
    13    - three
    14  
    15  sense: Don't reveal this
    16  
    17  nullentry:
    18    nv: null
    19  
    20  lookup_array: '%{lookup("array")}'
    21  
    22  alias_array: '%{alias("array")}'
    23  
    24  strict_alias_array: '%{strict_alias("array")}'
    25  
    26  lookup_nothing: '%{lookup("nothing")}'
    27  
    28  alias_nothing: '%{alias("nothing")}'
    29  
    30  myList:
    31    - typeA: a
    32    - typeB: b
    33    - typeC: c
    34    - tupeD: d
    35  
    36  strict_alias_nothing: '%{strict_alias("nothing")}'
    37  
    38  lookup_options:
    39    hash:
    40      merge: deep
    41    sense:
    42      convert_to: Sensitive