Sha256: 2b6faf5408bb0a95b49992af2ce93d8ee3e93e1db4672cac14b09e8b9351803a

Contents?: true

Size: 1.11 KB

Versions: 34

Compression:

Stored size: 1.11 KB

Contents

---
a.b: '(hiera) a dot b'
a.c.scope: "a dot c: %{'a.b'}"
a.c.hiera: 'a dot c: %{hiera("''a.b''")}'
a.c.scope: "a dot c: %{'a.b'}"
a.c.hiera: 'a dot c: %{hiera("''a.b''")}'
a.c.alias: '%{alias("''a.b''")}'
a:
  d: '(hiera) a dot d is a hash entry'
  d.x: '(hiera) a dot d.x is a hash entry'
  d.z:
    g: '(hiera) a dot d.z dot g is a hash entry'

a.x:
  d: '(hiera) a.x dot d is a hash entry'
  d.x: '(hiera) a.x dot d.x is a hash entry'
  d.z:
    g: '(hiera) a.x dot d.z dot g is a hash entry'

a.e.scope: "a dot e: %{a.d}"
a.e.hiera: "a dot e: %{hiera('a.d')}"

a.ex.scope: "a dot ex: %{a.'d.x'}"
a.ex.hiera: 'a dot ex: %{hiera("a.''d.x''")}'

a.xe.scope: "a dot xe: %{'a.x'.d}"
a.xe.hiera: 'a dot xe: %{hiera("''a.x''.d")}'

a.xm.scope: "a dot xm: %{a.'d.z'.g}"
a.xm.hiera: 'a dot xm: %{hiera("a.''d.z''.g")}'

a.xx.scope: "a dot xx: %{'a.x'.'d.z'.g}"
a.xx.hiera: 'a dot xx: %{hiera("''a.x''.''d.z''.g")}'

a.f.scope: "a dot f: %{'a.d'}"
a.f.hiera: 'a dot f: %{hiera("''a.d''")}'

x.1: '(hiera) x dot 1'
x.2.scope: "x dot 2: %{'x.1'}"
x.2.hiera: 'x dot 2: %{hiera("''x.1''")}'

key: subkey
ipl_key: '- %{hiera("key.subkey")} -'

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
hiera-3.12.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.11.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.10.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.9.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.8.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.7.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.6.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.6 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.5.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.5 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.4 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.3.3 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.3 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.2 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.1 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.4.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.3.1 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.3.1-x86-mingw32 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.3.1-x64-mingw32 spec/unit/fixtures/interpolate/data/dotted_keys.yaml
hiera-3.3.0 spec/unit/fixtures/interpolate/data/dotted_keys.yaml