github.com/yanndegat/hiera@v0.6.8/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  strict_alias_nothing: '%{strict_alias("nothing")}'
    31  
    32  lookup_options:
    33    hash:
    34      merge: deep
    35    sense:
    36      convert_to: Sensitive
    37  
    38  simple: value
    39  
    40  stringkey: stringvalue
    41  
    42  literalkey: "%{literal('%{literalvalue}')}"
    43  
    44  intkey: 1