Skip to content
Snippets Groups Projects
hiera.yaml 273 B
Newer Older
---
version: 5
defaults:  # Used for any hierarchy level that omits these keys.
  datadir: data         # This path is relative to hiera.yaml's directory.
  data_hash: yaml_data  # Use the built-in YAML backend.

hierarchy:
  - name: "Common data"
    path: "common.yaml"