Sha256: 4686b82667b7bfe7760d6622d78dba6280442f9ce9a7e12f5f90e2aa7f4cc2c1

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

---
version: 5
defaults:  # Used for any hierarchy level that omits these keys.
  data_hash: yaml_data
  datadir: ../data

hierarchy:
  - name: "Per-node data"                   # Human-readable name.
    path: "nodes/%{trusted.certname}.yaml"  # File path, relative to datadir.
                                   # ^^^ IMPORTANT: include the file extension!
  - name: "Per-Environment"
    path: "environments/%{agent_specified_environment}.yaml"

  - name: "Per-Datacenter"
    path: "datacenter/%{datacenter}.yaml"

  - name: "Common Data"
    path: "common.yaml"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
onceover-4.0.0 spec/fixtures/controlrepos/puppet_controlrepo/spec/hiera.yaml
onceover-3.22.0 spec/fixtures/controlrepos/puppet_controlrepo/spec/hiera.yaml